I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added experimental fix for bug #214 More... over 18 years ago
Typo; Extended description for $("<div>stuff</div") example (ticket #218) More... over 18 years ago
Added test for bug #232 More... over 18 years ago
Fixed bug #222 (again) More... over 18 years ago
Added fix for bug #204, yet untested More... over 18 years ago
added Brandon's offset function More... over 18 years ago
Fixed bug #225 again More... over 18 years ago
Added * You can have as many $(document).ready events on your page as you like. More... over 18 years ago
removed the test for bug #164, the test suite is unable to handle the resulting error in IE correctly. I'll add it back later. More... over 18 years ago
I had to put the check for 'typeof console != "undefined"' back in, otherwise IE complains about console not being defined. More... over 18 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... over 18 years ago
Removed ifelse, scheduled for a later release, if at all More... over 18 years ago
Fixed minor bug with Safari and the test suite. More... over 18 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... over 18 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... over 18 years ago
Reset ajaxTimeout after running timeout tests More... over 18 years ago
Small fixes to tests More... over 18 years ago
Removed test for bug #206, wontfix More... over 18 years ago
Added ifelse method, fixed bug #160 for IE6 More... over 18 years ago
Added fix for bug #222 More... over 18 years ago
Fixed bug #215 More... over 18 years ago
Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to $.ajax) More... over 18 years ago
Added local timeout option for $.ajax + test More... over 18 years ago
Added tests for global and local ajax handlers, added global option to $.ajax to allow suppressing of global events More... over 18 years ago
Marked load() as private, won't work anyway More... over 18 years ago
Refactored and fixed test suite to run async tests More... over 18 years ago
Removed event test for load; Added fix for bug #225 More... over 18 years ago
Added tests, fixed getScript and getJSON, fixed comment in $.ajax More... over 18 years ago
Added docs for jQuery.browser, fixed doc for prev, cleaned up tests More... over 18 years ago
Don't include any plugins (or other files by accident) as default More... over 18 years ago