git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Makes sure jsonp callback is not left in the global namespace in case of an early...
2008-01-23
David Serduke
Fix #2184 by using the jQuery.clean() function instead...
commit
|
commitdiff
|
tree
2008-01-17
David Serduke
Fixed #2174 by removing the s.dataType == "json" check...
commit
|
commitdiff
|
tree
2008-01-17
David Serduke
Updating version number to 1.2.3-pre
commit
|
commitdiff
|
tree
2008-01-14
David Serduke
Changing end of line from CRLF to just LF like the...
commit
|
commitdiff
|
tree
2008-01-12
David Serduke
Fixed an edge case in show() where the css says the...
commit
|
commitdiff
|
tree
2007-12-21
David Serduke
Fixed #2084 by added embed to the list of elements...
commit
|
commitdiff
|
tree
2007-12-20
David Serduke
Fixed a couple problems found in the test suite. First...
commit
|
commitdiff
|
tree
2007-12-20
David Serduke
Removed a unit test that tested to see if queued objects...
commit
|
commitdiff
|
tree
2007-12-20
David Serduke
Fixed #2080 by removing the check for nodeType != 1...
commit
|
commitdiff
|
tree
2007-12-20
David Serduke
Fixed a problem in the unit tests for IE where an optimizati...
commit
|
commitdiff
|
tree
2007-12-20
David Serduke
Changed the $(document).ready() code to try and solve...
commit
|
commitdiff
|
tree
2007-12-19
David Serduke
Fixed #2077 by adding a var to make it a local variable...
commit
|
commitdiff
|
tree
2007-12-19
David Serduke
Second part of the fix for #2071. An empty string...
commit
|
commitdiff
|
tree
2007-12-19
David Serduke
Changed CRLF end of lines to just LF. Other than that...
commit
|
commitdiff
|
tree
2007-12-18
David Serduke
Fixed #2076 where .val() could return an array instead...
commit
|
commitdiff
|
tree
2007-12-17
David Serduke
Fixed #2070 by adding a test for !nodeType to isArrayLike...
commit
|
commitdiff
|
tree
2007-12-17
David Serduke
Fixed #2062 by adding a check to see if the selector...
commit
|
commitdiff
|
tree
2007-12-17
David Serduke
Fixed #2037 where Opera would mis-state the value of...
commit
|
commitdiff
|
tree
2007-12-17
David Serduke
Added code to remove the script tag on successful jsonp...
commit
|
commitdiff
|
tree
2007-12-16
David Serduke
Changed window.frameElement to window == top because...
commit
|
commitdiff
|
tree
2007-12-16
David Serduke
Added code so an iframe in IE won't count on doScroll...
commit
|
commitdiff
|
tree
2007-12-16
David Serduke
Fixed #1781 for warnings created on load by FF javascript...
commit
|
commitdiff
|
tree
2007-12-15
David Serduke
Added feature #1934 by allowing script.charset to be...
commit
|
commitdiff
|
tree
2007-12-14
David Serduke
Fixed #2046 by forcing the dataType to 'html' in the...
commit
|
commitdiff
|
tree
2007-12-13
David Serduke
Fixed #1854 by using wizzud's suggestion. The only...
commit
|
commitdiff
|
tree
2007-12-12
David Serduke
Fixed #1750 by adding a url that starts with "//" and...
commit
|
commitdiff
|
tree
2007-12-12
David Serduke
Fixed a bug in clone where it wouldn't work on an XML...
commit
|
commitdiff
|
tree
2007-12-11
David Serduke
Fix #1987 by only doing remote <script> type ajax with...
commit
|
commitdiff
|
tree
2007-12-10
David Serduke
Fixed #1959 by postponing ALL script evaluations till...
commit
|
commitdiff
|
tree
2007-12-07
David Serduke
Fixed #1039 and #1733 by going through the core API...
commit
|
commitdiff
|
tree
2007-12-06
David Serduke
Added ajax error messages in the unit test suite because...
commit
|
commitdiff
|
tree
2007-12-05
David Serduke
Safari sometimes stops in the test suite on the ajax...
commit
|
commitdiff
|
tree
2007-12-05
David Serduke
A partial rollback of the refactoring done in [4032...
commit
|
commitdiff
|
tree
2007-12-05
David Serduke
Fixed the build/speed testing application to work with...
commit
|
commitdiff
|
tree
2007-12-05
David Serduke
Refactored jQuery.find() such that jQuery.nodeName...
commit
|
commitdiff
|
tree
2007-12-05
David Serduke
Fixed #1419 where IE failed with .text() on an XML...
commit
|
commitdiff
|
tree
2007-12-05
David Serduke
Fixed #1264. If you read the bug there were many proposed...
commit
|
commitdiff
|
tree
2007-12-04
David Serduke
Fixed #1763 by checking to see if .createElement()...
commit
|
commitdiff
|
tree
2007-12-04
David Serduke
Fixed #1438 where a filter could be set in IE but not...
commit
|
commitdiff
|
tree
2007-12-04
David Serduke
For fix #1999 changed the RegExp to be non-greedy....
commit
|
commitdiff
|
tree
2007-12-04
David Serduke
Fixed #1999 by replacing the 'no-cache' parameter if...
commit
|
commitdiff
|
tree
2007-12-04
David Serduke
There was a disabled test in the ajax test suite which...
commit
|
commitdiff
|
tree
2007-12-03
David Serduke
Fixed [1993] although it actually wasn't a bug in the...
commit
|
commitdiff
|
tree
2007-11-30
David Serduke
Added enchancement for #1994 by adding two parameters...
commit
|
commitdiff
|
tree
2007-11-30
David Serduke
Fixed a problem with changeset [3841] where a function...
commit
|
commitdiff
|
tree
2007-11-30
David Serduke
Removed comments and code related to Safari being unable...
commit
|
commitdiff
|
tree
2007-11-29
David Serduke
Fixed #1557, although it doesn't appear to be just...
commit
|
commitdiff
|
tree
2007-11-29
David Serduke
Fixed #1450 by returning 1223 as success. Couldn't...
commit
|
commitdiff
|
tree
2007-11-28
David Serduke
Back out one of the changes from the previous commit...
commit
|
commitdiff
|
tree
2007-11-28
David Serduke
Fixed #1908 by testing to make sure it isn't null before...
commit
|
commitdiff
|
tree
2007-11-28
David Serduke
Fixed #1070 by converting all setAttribute() values...
commit
|
commitdiff
|
tree
2007-11-28
David Serduke
Fixed #1701 by passing through the arguments as suggested.
commit
|
commitdiff
|
tree
2007-11-28
David Serduke
Fixed #1714 by adding a default empty string if the...
commit
|
commitdiff
|
tree
2007-11-28
David Serduke
Fixed #1599 as Brandon suggested to ignore negative...
commit
|
commitdiff
|
tree
2007-11-27
David Serduke
Fixed #1942 but running jQuery.css() before jQuery...
commit
|
commitdiff
|
tree
2007-11-27
David Serduke
Fixed #1970 by returning true instead of false when...
commit
|
commitdiff
|
tree
2007-11-18
David Serduke
Slightly altered a test that was causing IE7 in some...
commit
|
commitdiff
|
tree
2007-11-17
David Serduke
Fixed #1074 where .html() was incorrectly changing...
commit
|
commitdiff
|
tree
2007-11-17
David Serduke
Changed core.js from CRLF to LF eol style to match...
commit
|
commitdiff
|
tree
2007-11-17
David Serduke
Fix #1907 where the never-ending loop prevention used...
commit
|
commitdiff
|
tree
2007-11-16
David Serduke
Fix #1905 bug where in IE the use of RegExp.test()...
commit
|
commitdiff
|
tree
2007-11-16
David Serduke
Fixed #1095 bug where radio buttons became unchecked...
commit
|
commitdiff
|
tree
2007-11-16
David Serduke
Fix #1827 bug where extra setInterval()s can be called...
commit
|
commitdiff
|
tree
2007-11-16
David Serduke
Fixed #1727 bug where :nth-child() was non-standard...
commit
|
commitdiff
|
tree
2007-11-16
David Serduke
Fixed #1822 bug where queue() didn't always default...
commit
|
commitdiff
|
tree
2007-11-16
David Serduke
Fix for #1823 bug in animate {queue:false} plus a unit...
commit
|
commitdiff
|
tree
2007-11-05
David Serduke
Added a check to make sure a parent node exists in...
commit
|
commitdiff
|
tree