0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Major update to use jQuery.live() and API change More... over 14 years ago
Be explicit when checking for jQuery object More... over 14 years ago
handle elem being a string in IE7 More... almost 15 years ago
handle multiple top-level elements being inserted to the DOM More... about 15 years ago
add license More... about 15 years ago
add jquery version requirement More... about 15 years ago
updated readme More... about 15 years ago
update the readme More... about 15 years ago
Changed name and API -- .always().addClass('always_added') More... about 15 years ago
upgrade to jquery 1.3 -- BACKWARDS INCOMPATIBLE More... about 15 years ago
I'll get the documentation right eventually More... over 15 years ago
oops More... over 15 years ago
documentation More... over 15 years ago
major rewrite to make it work correctly with contexts; fixed tests and added a few More... over 15 years ago
update readme More... over 15 years ago
merge updates from prosper More... over 15 years ago
some more documentation More... over 15 years ago
let's try that again More... over 15 years ago
add basic documentation More... over 15 years ago
mark elements as ensured before applying the action, or we may face nasty recursion with actions that perform more dom manipulations More... over 15 years ago
add error checking for undefined jquery methods More... over 15 years ago
wrapping the find method didn't catch the case when just an id is passed as the selector, reverting to wrap the init prototype method More... over 15 years ago
reverting to old way of iterating through all matches because filtering does not work as expected: .filter('#container2 span) should IMO return no elements if container1 and container2 are siblings, but it return all spans regardless of whether they are contained withing container2 More... over 15 years ago
don't try to run actions on text nodes More... over 15 years ago
add qunit test framework More... over 15 years ago
fix context check when context is document More... over 15 years ago
performance optimization: only iterate over the elements that were added to the DOM More... over 15 years ago
wrap jQuery find rather than init -- better access to the context(prevObject) More... over 15 years ago
modified ensure to only run on modified dom elements More... over 15 years ago
first commit More... over 15 years ago