Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When adding robust $.include and ajax functionality I needed to be ab…
…le to delays execution of ready(fn) functions 1) while requested includes were still loading and 2) while new ajax content (and related includes) were still loading. This required extending ready() to add extra ready conditions, but 1.4.2 had some issues that prevented this from being possible. I made minor fixes in 4 places that will have no impact on working code, but will allow this type of improvement in the future. Comments marked MYEDIT explain exactly what and why.
- Loading branch information
8491f22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should fork jQuery core, not jQuery UI for any core related changes.
8491f22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aw, man. I knew I was going to make a mistake like that somewhere. The instructions I was following were for contributing a change to jquery-ui, and I was trying to adapt them. I'll do the core fork. Sorry.