2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the use of the animate function in the transion function to provide false where the easing method is More... over 14 years ago
Rebuilt with a working animate function More... over 14 years ago
Setup the toSet variable More... over 14 years ago
Cleaned up the saving of the data by replacing START, with nothing More... over 14 years ago
Initiated the element variable More... over 14 years ago
Added a semi colon to the end of the animate function More... over 14 years ago
Copied in the new animate function and adapted it More... over 14 years ago
Made v2.3.0 More... over 14 years ago
Changed header comment version to v2.3.0 More... over 14 years ago
Added an add function example More... over 14 years ago
Remade with the new add function More... over 14 years ago
Added add.js to the makefile More... over 14 years ago
Removed the old module comment More... over 14 years ago
Added the add functions file with its js More... over 14 years ago
Remade with the hasOwnProperty check in the cookie function More... over 14 years ago
Moved the noConflict running, it is now at the top of the document More... over 14 years ago
Did a hasOwnProperty check in the cookie function More... over 14 years ago
Remade with a hasOwnProperty check More... over 14 years ago
Added the has own property check to every function that loops through elements More... over 14 years ago
Removed a tiny bit of testing from the testing.. More... over 14 years ago
Remade with the parenthasis added into the regex More... over 14 years ago
Wrapped the regex in parenthasis so the $1 replacement will work More... over 14 years ago
Remade with the new feature to the css function More... over 14 years ago
Added the ability to pass normal CSS properties to the css function such as -moz-opacity which will be converted to MozOpacity More... over 14 years ago
Incremented the version to v2.2.0 More... over 14 years ago
Moved the method of looping through elements back to how it was before, it was faster More... over 14 years ago
Remade with the new method of looping through elements More... over 14 years ago
Converted all of the for in loops that loop through sizzles results to for loops More... over 14 years ago
Remade and reverted the animate loop back to how it was More... over 14 years ago
Made it so the animate function loops through elements with a for loop More... over 14 years ago