2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remade to test the animate function More... almost 15 years ago
Cleaned up all of the transitions so they pass through jsLint cleanly More... almost 15 years ago
Rebuilt for testing of things such as the ajax function More... almost 15 years ago
Changed many more comparison operators to === in the ajax function More... almost 15 years ago
Placed brackets after the name of a class More... almost 15 years ago
Swapped a == operator for a === operator in the AJAX function More... almost 15 years ago
Did a has own property check when assigining variables to $ More... almost 15 years ago
Initialised all variables at the top, these variables include for(x in y) statements More... almost 15 years ago
Initialised f at the top of the function and changed the comment so say we where initialising variables More... almost 15 years ago
Changed another == comparison to === More... almost 15 years ago
Did a has own property check when adding the functions to the built object More... almost 15 years ago
Fixed an indenting problem where I had mixed tabs and spaces More... almost 15 years ago
Changed the comparison to a string to use a === operater rather than an == More... almost 15 years ago
Incremented the version to v2.3.7 More... almost 15 years ago
Remade with Golmotes changes, tested them and working fine. I have only merged some of the changes though because a lot of them conflicted with my recent changes. So I have cherry-picked the ones that would apply cleanly. Thanks Golmote! More... almost 15 years ago
Incremented the version to v2.3.6 and remade More... almost 15 years ago
Remade for testing purposes More... almost 15 years ago
Removed a stray character and inserted a semi colon after running the callback More... almost 15 years ago
Changed the variables name from insertedElement to insertedElements More... almost 15 years ago
Implemented the callback More... almost 15 years ago
Made the insertedElements variable initialise as an array and have the elements pushed to it More... almost 15 years ago
Added the callback argument More... almost 15 years ago
Assigned the inserted element to the variable More... almost 15 years ago
Initialised the inseretedElement variable in the element function More... almost 15 years ago
Remade for testing purposes More... almost 15 years ago
Merged vars in the trigger function More... almost 15 years ago
Merged vars in the transition function More... almost 15 years ago
Fixed the indenting in the text function More... almost 15 years ago
Fixed the indenting and merged the vars in the stop function More... almost 15 years ago
Fixed the indenting in the fixEvent function More... almost 15 years ago