2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a note about this being dead. More... about 12 years ago
Added the outdated discalimer to the readme More... over 14 years ago
Made v2.3.8 final. More... over 14 years ago
Implemented the new method of running the callback in the transition function. This new method stops the callback being run * the number of elements More... over 14 years ago
Removed running of callbacks from the transition function More... over 14 years ago
Made the running of the callback in the toggle function more graceful. More... over 14 years ago
Fixed the toggle function, it will only run the callback once now More... over 14 years ago
Fixed the preserve tag and made v2.3.8 More... over 14 years ago
Added the preserve tag to the header comment to keep it there even when minified. More... over 14 years ago
Used a cleaner method of converting the css properties and rebuilt More... over 14 years ago
Remade with some changes to the animate function. You can now use hyphenated css property selectors such as margin-left. I have had to use two different properties, prop and p. More... over 14 years ago
Remade with the new selector conversion implemented in the animate function More... over 14 years ago
Made it so you can use things like margin-top when animating. It converts it to the JavaScript version marginTop automatically. This was already done in the css function but not in the animate function More... over 14 years ago
implementded typeof in more places More... over 14 years ago
Implemented typeof in the ajax function More... over 14 years ago
Used the typeof operator to check for the offset variable More... over 14 years ago
Remade with the suspected working toggle function More... over 14 years ago
When checking if variables are undefined at the start of the transition it now uses the typeof command More... over 14 years ago
Added the code neccicary for toggle to work More... over 14 years ago
Copied the basic structure from the transition function into the toggle function More... over 14 years ago
Added the blank toggle.js and added it to the source file list in the makefile More... over 14 years ago
Added the show and hide transitions More... over 14 years ago
Updated the readme a bit. Removed dead links and used more markdown, fixes issue #30 More... over 14 years ago
Incremented the header comment version to v2.3.8 More... over 14 years ago
Remade with the new compressor More... over 14 years ago
Made the makefile use compiler.jar to minify spark-dev.js More... over 14 years ago
Removed the yui compressor More... over 14 years ago
Added compiler.jar (Google closure compiler) More... over 14 years ago
Removed spark.js.gz from the makefile and the directory More... over 14 years ago
Remade with a couple of fixes to the animate function More... over 14 years ago