I had to put the check for 'typeof console != "undefined"' back in, otherwise IE complains about console not being defined. |
|
More...
|
almost 19 years ago
|
css('display') works slightly differently in Safari. Also, the test suite having <input checked/> doesn't work in Safari, at all. Fixed to be standards compliant. |
|
More...
|
almost 19 years ago
|
Removed ifelse, scheduled for a later release, if at all |
|
More...
|
almost 19 years ago
|
Fixed minor bug with Safari and the test suite. |
|
More...
|
almost 19 years ago
|
Fixed test suite bug with Opera with the .attr('action') test. Opera always returns a fully-qualified URL, not just 'formaction'. Boooo. |
|
More...
|
almost 19 years ago
|
Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.). Fixed bug in Makefile. Fixed bug in expression parsing. Removed need for Q in expression parsing. |
|
More...
|
almost 19 years ago
|
Reset ajaxTimeout after running timeout tests |
|
More...
|
almost 19 years ago
|
Small fixes to tests |
|
More...
|
almost 19 years ago
|
Removed test for bug #206, wontfix |
|
More...
|
almost 19 years ago
|
Added ifelse method, fixed bug #160 for IE6 |
|
More...
|
almost 19 years ago
|
Added fix for bug #222 |
|
More...
|
almost 19 years ago
|
Fixed bug #215 |
|
More...
|
almost 19 years ago
|
Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to $.ajax) |
|
More...
|
almost 19 years ago
|
Added local timeout option for $.ajax + test |
|
More...
|
almost 19 years ago
|
Added tests for global and local ajax handlers, added global option to $.ajax to allow suppressing of global events |
|
More...
|
almost 19 years ago
|
Marked load() as private, won't work anyway |
|
More...
|
almost 19 years ago
|
Refactored and fixed test suite to run async tests |
|
More...
|
almost 19 years ago
|
Removed event test for load; Added fix for bug #225 |
|
More...
|
almost 19 years ago
|
Added tests, fixed getScript and getJSON, fixed comment in $.ajax |
|
More...
|
almost 19 years ago
|
Added docs for jQuery.browser, fixed doc for prev, cleaned up tests |
|
More...
|
almost 19 years ago
|
Don't include any plugins (or other files by accident) as default |
|
More...
|
almost 19 years ago
|
Improved jquery target to allow inclusion of plugins directly (specify via the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files |
|
More...
|
almost 19 years ago
|
Modified test for bug #164 |
|
More...
|
almost 19 years ago
|
Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet |
|
More...
|
almost 19 years ago
|
Added linebreak for better readability when adding more files |
|
More...
|
almost 19 years ago
|
Fixed bug #180 as suggested, changing xxx.constructor == Function to typeof xxx = "function" |
|
More...
|
almost 19 years ago
|
Added some more tests for weird form selection expressions |
|
More...
|
almost 19 years ago
|
Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see http://jquery.com/discuss/2006-September/012088/ |
|
More...
|
almost 19 years ago
|
Added tests for children() |
|
More...
|
almost 19 years ago
|
Clear timeout (prevents freezing of test suite when async tests fail) when start is called |
|
More...
|
almost 19 years ago
|