Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Nov 15, 2009
- committed
Commits on Nov 13, 2009
Commits on Nov 12, 2009
Commits on Nov 11, 2009
- committed
Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe and Andrea for the patch. Fixes jquery#5160.
- committed
Added a check to make sure that a load request isn't done if the element doesn't exist. Fixes jquery#4235.
committedPass in the XHR object as the third argument to the success callback (which helps $.get, $.post, and load). Fixes jquery#3363.
committedFixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes jquery#5483.
committed- committed
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes jquery#5293.
committedOpera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes jquery#5344.
committedRemoved the use of this.length++ as it makes it hard to use the init method directly. Fixes jquery#4955.
committedMaking sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes jquery#5274.
- committed