Commit graph

29 commits

Author SHA1 Message Date
John Resig a42a8e5afa Moved all the jQuery source to the new src directory. 2006-08-13 14:49:54 +00:00
John Resig 41c94b4688 Fixed semicolon error in event. 2006-08-13 02:59:19 +00:00
John Resig 8aca450f43 Applied patch provided by Taku Sano fixing the compression errors. 2006-08-13 01:29:27 +00:00
John Resig 6a47e28340 Updated the docs for a number of methods. 2006-08-12 23:08:44 +00:00
John Resig 82e0a5a810 Fixed two bugs with togglling. 2006-07-30 23:07:00 +00:00
John Resig 879225b3ae Fixed the nested comment issue. 2006-07-30 04:21:39 +00:00
John Resig ed867fe6f8 Massive documentation updates, only thing left to do is ajax.js. 2006-07-29 04:17:07 +00:00
John Resig 82e217c70c Added fix for dealing with IE dom ready on https. 2006-07-17 02:05:04 +00:00
John Resig f5f6cbc8c0 Fixed issues with oneEvent events. 2006-07-16 00:52:30 +00:00
John Resig 9477c418db More bug fixes and added documentation - passes the test suite now. 2006-07-10 03:20:56 +00:00
John Resig fde7edc456 Added a fix for the hover mouseover/mouseout problem. 2006-07-05 02:07:20 +00:00
John Resig a208222f37 Fixed the document.ready addEventListener issue. 2006-07-05 01:48:00 +00:00
John Resig aaaa9eb2f3 Added a possible fix for document.ready on https: sites, in IE. 2006-07-05 01:42:12 +00:00
John Resig eced62567a Forgot to change $.apply() to fn.apply(). 2006-06-23 14:11:39 +00:00
John Resig 0fd3648d45 Added in both of Franck's suggested fixes jQuery.class and "foo" + "bar".split(","). 2006-06-22 21:37:18 +00:00
John Resig 6ae392a4e5 Updated global namespaces. 2006-06-22 20:14:41 +00:00
John Resig c3c706d3f2 Massive update, bugs, filesize, new features - getting ready for 1.0. 2006-06-22 05:23:38 +00:00
John Resig 37c237af35 I've cleaned up and documented the events plugin, it's close to being ready for 1.0. 2006-06-19 00:12:14 +00:00
John Resig 5c7551e318 Fixed the double-firing IE bug. (Ticket #13) 2006-06-18 01:50:12 +00:00
John Resig 9b7bbc619b DOMContentLoaded works in Opera 9b2+, so I have it firing for that now too - the means that there is a DOM Ready solution for every major browser! (Older version of Opera simply fallback to window.onload) 2006-06-16 04:23:30 +00:00
John Resig 598fcca346 Added some of the fixes discussed over at Dean's blog, concerning DOM Ready. 2006-06-16 00:19:47 +00:00
John Resig ba7ebaf70b Adding in the brand new, working, IE DOM Ready code. Plus I made it such that if you bind a ready() function after the DOM has loaded, it will fire the function instantly. 2006-06-14 20:05:06 +00:00
John Resig 55370e5710 Added in some revised DOM Ready code, I've removed all the kludgey stuff. I'd prefer to have predictable, slow, code that unpredictable fast code. 2006-06-13 04:12:06 +00:00
John Resig 08bb08fede I've completely resolved the known issues with document ready. I use the known DOM ready functions that Mozilla and IE provides. For Opera and Safari I fall back to the original hack, but ignore it, and fall back to window.onload, if there are scripts embedded in the DOM. 2006-06-11 18:59:45 +00:00
John Resig 4986837802 Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables! 2006-05-17 02:42:03 +00:00
John Resig d71a85001b jQuery is now JSLint (jslint.com) compatible, save for the eval stuff. Can't there b
e legitamite uses for eval?
2006-05-16 22:15:05 +00:00
John Resig fc26b57ace Added in handling for DOMContentLoaded for Mozilla and window.onload, just in case. 2006-04-08 06:28:40 +00:00
John Resig f0034d64e3 Fixed more formatting/tab problems. 2006-03-23 21:13:20 +00:00
John Resig 8a4a1edf04 Inital Import. 2006-03-22 03:33:07 +00:00