0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add jQuery 1.11 and 2.1 support More... over 8 years ago
Merge pull request #29 from Zauberfisch/patch-1 More... about 9 years ago
Create bower.json More... about 9 years ago
Update dist to latest More... over 10 years ago
Work around bug in sub() where namespaced data isnt cleaned by cleanData resulting in memory leak More... over 10 years ago
Make the supported versions of jQuery clear in the README More... over 10 years ago
Update distribution version More... over 10 years ago
FIX domManip monkey patching in jQuery 1.10+ and 2.0+, fixes all broken tests More... over 10 years ago
Update test spec to use jQuery 1.10.2 More... over 10 years ago
Add special case for fromDocument event capturing More... over 10 years ago
Fix usage of $.browser.msie, it was removed in jQuery 1.9.0, and jQuery has been including its own focusin/out detection & fix for a while More... about 11 years ago
Fix usage of $.sub, which was removed from jQuery 1.9.0 More... about 11 years ago
Make jQuery 1.9 the default version to test with More... about 11 years ago
Make entwine.inspector not cause JS error in IE More... over 11 years ago
Fix two bugs in the inspector More... over 11 years ago
Use DOM manip not document.write in inspector More... over 11 years ago
Update vendored jQuery to 1.8.0 More... over 11 years ago
MINOR: Remove some debugging console calls from a spec More... almost 12 years ago
BUGFIX: Sometimes we were triggering onremove on elements before they had been added to a DOM at all More... almost 12 years ago
BUGFIX: You cant get a document-fragments contents after its been added to the DOM, its empty at that point More... almost 12 years ago
BUGFIX: Fix issues with both versions of getElements in domevents/addrem More... almost 12 years ago
Rework onadd/onremove support to move the detection out from the entwine binding, so we can reuse for maybechanged and form submit binding too. More... almost 12 years ago
Replace eventcapture API with better one. Should be pretty stable now More... almost 12 years ago
Be a little bit cleaner about the submit catching logic - remove our events afterwards More... almost 12 years ago
Add basic event capturing - Im not 100% sure of API yet More... almost 12 years ago
Upgrade jasmine to 1.2.0 More... almost 12 years ago
Pass changes on DOMMaybeChanged as an event argument rather than in the event - makes us backwards compatible a bit further back More... almost 12 years ago
BUGFIX: Pull in fix from jQuery.selector More... almost 12 years ago
Add onadd and onremove events, which act closer to how people think of constructors and destructors and are probably more useful than onmatch and onunmatch (but dont replace them in all cases) More... almost 12 years ago
Update included jQuery to latest 1.7.2, to make clear the fact that we support the latest version More... almost 12 years ago