2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 13, 2025 — Aug 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remade with ready function changes More... over 15 years ago
Added a lot of comments and implemented Spark to carry out methods such as creating elements in as many places as possible. More... over 15 years ago
Changed the ready function so the setTimeout fallback uses a function rather than a string More... over 15 years ago
Remade with the changes to the ready function More... over 15 years ago
Changed alreadyrunFlag to alreadyRunFlag which stops multiple occourences of the ready callback being run More... over 15 years ago
Built v2.3.4 - Contains a fix for the ready function More... over 15 years ago
Incremented the version to v2.3.4 More... over 15 years ago
Fixed the ready function because it was throwing errors in IE More... over 15 years ago
Remade v2.3.3 More... over 15 years ago
Made the load function use the element function rather than the add function which does not exist any more More... over 15 years ago
Made v2.3.3 More... over 15 years ago
Added in the missing opening curly braces More... over 15 years ago
Swapped the transition functions switch statement for an if statement More... over 15 years ago
Changed the classes function so it now uses an if statement rather than a switch statement More... over 15 years ago
Changed some of the wording in the testing More... over 15 years ago
Added a test of every aspect of the element function More... over 15 years ago
Took out a duplicate div from the testing More... over 15 years ago
Remade with the element function now inserting cloned elements More... over 15 years ago
Made the element function insert clones of elements More... over 15 years ago
Updated the testing to use the new function More... over 15 years ago
Remade with the new element function and without the add or remove functions More... over 15 years ago
Added a couple more comments More... over 15 years ago
Inserted all the other methods and changed the name of the function to element from add More... over 15 years ago
Made it so there is only one instance of returning this. More... over 15 years ago
Removed remove.js and added that functionallity to the element function More... over 15 years ago
Renamed add.js to element.js More... over 15 years ago
Swapped out the add and remove functions for the element function in the makefile More... over 15 years ago
Remade with the changed load function and added remove function More... over 15 years ago
Added a remove test More... over 15 years ago
Added the content for the remove function More... over 15 years ago