aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* We don't want to increment the Ajax counter if there isn't a global event.jeresig2010-03-011-3/+1
* Land some additional tweaks related to running through JSLint.jeresig2010-03-015-11/+10
* Fixed some cases where expression, expression was used and shouldn't be.jeresig2010-03-011-3/+8
* Made some code tweaks related to running jQuery through JSLint (thanks to Lor...jeresig2010-03-015-38/+45
* Use correct window reference in offset to work properly cross-frame. Fixes #6...brandonaaron2010-02-271-4/+11
* No reason to double-bind the beforeunload event. Fixes #6113.jeresig2010-02-271-2/+1
* Attach data directly to plain objects, no reason to use the central jQuery.ca...jeresig2010-02-271-10/+17
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-02-271-1/+2
|\
| * Make sure events exist before trying to access them in jQuery.event.handle an...brandonaaron2010-02-271-1/+2
* | Adding in .bind(name, false), .unbind(name, false) support - an easy way to j...jeresig2010-02-272-5/+18
* | Make it so that you can pass in event data to .click(), et. al. Fixes #6187.jeresig2010-02-261-2/+4
|/
* Make sure that undefined is always returned for undefined data properties. Fi...jeresig2010-02-261-1/+1
* Make sure that unbinding on a plain javascript object works correctly. Fixes ...jeresig2010-02-261-2/+6
* Make sure that the correct type is set for live mouseenter/mouseleave events....jeresig2010-02-261-0/+1
* Make sure that live events bubble unless explicitly told not to, like a norma...jeresig2010-02-262-11/+23
* No need to run trim on every class iteration in addClass, thanks for the head...jeresig2010-02-131-2/+3
* Found a better detect for deleting an expando, added back in removeAttribute ...jeresig2010-02-133-12/+17
* Clean up expando removal code - only try to delete the expando from an elemen...jeresig2010-02-133-29/+19
* Make sure that elements that have been removed also have their special events...jeresig2010-02-132-3/+12
* Make sure that mousing over XUL elements results in no trigger of a mouseleav...jeresig2010-02-131-16/+13
* Make sure that live focus and blur events also bind to the regular events, to...jeresig2010-02-131-1/+8
* When binding a change directly to a file input just passthrough to the normal...jeresig2010-02-131-0/+4
* Don't inject style elements using innerHTML as they will go away in IE. Fixes...jeresig2010-02-131-1/+1
* Make sure that we don't try to use a detached node (that was in a fragment) a...jeresig2010-02-132-1/+3
* Make sure the fragment isn't used if it's not the same set we're working with...jeresig2010-02-131-5/+9
* Rename internal .getText to maintain parity between it and the primary .text(...jeresig2010-02-132-2/+2
* If .attr() is run on no elements undefined should be returned (as should be t...jeresig2010-02-131-1/+1
* Make sure that no extra whitespace is leftover after an addClass. Fixes #6050.jeresig2010-02-131-1/+1
* Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.jeresig2010-02-131-0/+3
* Make sure that fragments containing options aren't cached.jeresig2010-02-131-1/+1
* Remove the need for the internal setArray method, it was only really used by ...jeresig2010-02-131-13/+8
* Make sure that there are some live events before continuing on.jeresig2010-02-121-1/+1
* Make sure that live mouseenter/mouseleave work properly. Fixes #6077.jeresig2010-02-111-8/+16
* Make sure that the teardown is called after all the handlers of a type are re...John Resig2010-02-111-1/+1
* No reason to expose the temporary _load method.John Resig2010-02-111-5/+5
* Simplify the special change/submit event removal logic, per Scott's suggestio...jeresig2010-02-101-5/+2
* Updated formatting for the change/submit special event logic. Also switched t...jeresig2010-02-081-83/+84
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-02-082-3/+3
|\
| * Ok, this should actually fix #6041 :)Ben Alman2010-02-061-2/+2
| * spelling mistake (insead)tomviner2010-02-061-1/+1
* | Fix in logic for handling exclusive namespace testing. Fixes #6048.jeresig2010-02-081-2/+2
|/
* Make sure that &#...; entities are encoded properly. Fixes #6042.jeresig2010-02-051-1/+1
* Make sure that we don't try to double-encode params using the traditional sty...jeresig2010-02-051-1/+1
* Update special events to work with the internal event system changes. Also fi...jeresig2010-02-051-15/+17
* Rewrote the live event handling to use the new event logic. Also added in sup...jeresig2010-02-041-69/+84
* A large refactor of the event handling logic. Data and namespace information ...jeresig2010-02-041-149/+142
* Removed extraneous nodeName check from f95147f465932cb91e1a6aace50c556820ca40...jeresig2010-02-011-1/+1
* Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes ...Noah Sloan2010-02-011-4/+5
* Make sure the resulting className from removeClass is nicely trimmed. Fixes #...jeresig2010-02-011-1/+1
* Fix for problem in IE 8 where deserialized (then reserialized) form markup wa...jeresig2010-02-011-1/+3