1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed deep copy from $.extend call. This means that if you want no buttons on your guiders, you can now use buttons: [] (as originally intended) More... about 14 years ago
Guiders now have a id attribute on their element, with the id of the guider. More... about 14 years ago
Added vars and some more descriptive variable names to the "scrollTo" functionality from a pull. More... about 14 years ago
Merge pull request #17 from biilmann/scroll-into-view More... about 14 years ago
Merge pull request #15 from nb/master More... about 14 years ago
Scrolls the guider into view on show if needed More... about 14 years ago
Support jQuery with noConflict() More... about 14 years ago
Merge pull request #14 from bradrobertson/master More... about 14 years ago
pass JSLint More... about 14 years ago
Merge pull request #11 from misfo/patch-1 More... about 14 years ago
optimizely.com relative -> absolute More... about 14 years ago
Added the ability to automatically call a guider upon loading a URL with the guider id as a hash. For example, you can use www.example.com/app#guider=first_id, which will load the first_id guider without using .show() More... about 14 years ago
Merge pull request #10 from damienholzapfel/guider-arrows More... about 14 years ago
Use Star hack to display guider arrows PNG for IE6/7 More... about 14 years ago
Added a comment in the CSS about how to use your own arrows image with the guiders. (Now that the guider arrows are inlined to the css, this will help people understand what to modify.) More... about 14 years ago
Merge pull request #7 from darktable/master More... about 14 years ago
Merge remote-tracking branch 'origin/master' More... about 14 years ago
Minor css improvements to make guiders look better in IE <= 8. (They should have worked before, this just makes the example page look better.) More... about 14 years ago
swapped guider_arrows.png background for a data-uri in css More... about 14 years ago
Merge pull request #5 from damienholzapfel/patch-2 More... about 14 years ago
Properly creates buttons using jQuery. Fixes TypeError no method exception being thrown. More... about 14 years ago
Undid one of the pull requests (looks like it broke the example html page) More... about 14 years ago
Merge pull request #2 from damienholzapfel/patch-1 More... about 14 years ago
Merge pull request #1 from krainboltgreene/master More... about 14 years ago
Store reference to jQuery-selected ".guider_buttons" outside of loop in _addButtons. Use jQuery to create the actual button elements. More... about 14 years ago
Changing to markup, for readability and clarity More... about 14 years ago
Changing the README to markdown More... about 14 years ago
Added some width to one of the guiders in the README. More... about 14 years ago
Guiders.js now works with jQuery 1.4.x. (Removed $.type, which wasn't working with the older version of jQuery) More... about 14 years ago
Added a link to Optimizely to the README.html More... about 14 years ago