1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update link in readme
jp
More... about 3 years ago
Cleanup More... almost 9 years ago
README cleanup More... almost 9 years ago
Supso update More... almost 9 years ago
Remove header from readme More... almost 9 years ago
Updated README More... almost 9 years ago
Smaller image in README More... almost 9 years ago
Update README More... almost 9 years ago
Version 2.0.1 fixes a bug with highlighting More... almost 9 years ago
Merge remote-tracking branch 'origin/dev' More... almost 10 years ago
Updated read me file. More... almost 10 years ago
Merge remote-tracking branch 'origin/dev' More... almost 10 years ago
Replace email with link More... almost 10 years ago
Move button down the page More... almost 10 years ago
Add button for Supported Source More... almost 10 years ago
Merge pull request #111 from aub/master More... over 11 years ago
move component.json to bower.json More... over 11 years ago
Version 2.0.0 / Merge remote-tracking branch 'origin/dev' More... almost 12 years ago
Version is now 2.0.0, and using semantic versioning. More... almost 12 years ago
Version 2.0.0 / Merge remote-tracking branch 'origin/dev' More... almost 12 years ago
Add a jQuery plugin package manifest file. (http://plugins.jquery.com/docs/package-manifest/) More... almost 12 years ago
Remove jQuery mask because it isn't working right. Maybe it'll come back at a later date. More... almost 12 years ago
Updated changelog with new features, removed todo. More... almost 12 years ago
Include jQuery Mask in the repo, for reference. More... almost 12 years ago
Update README, fix typo with back vs prev. More... almost 12 years ago
Optionally, use jQuery Mask if it exists. (https://github.com/dbellizzi/jquery-mask) More... almost 12 years ago
Add git ignore to ignore DS_Store. More... almost 12 years ago
Merge pull request #92 from mattflaschen/pull_request_ie_user_agent More... over 12 years ago
Fix IE regex literal to handle IE 10.
mattflaschen
as Matthew Flaschen
More... over 12 years ago
First commit of the dev branch and beginning of version 2.0.0! Changelog: - Started keeping a changelog in changelog.txt. - Since this is a major change, I am incrementing the version number to 2.0.0. (Following Semantic Versioning, http://semver.org/) - Created a dev branch on GitHub. (https://github.com/jeff-optimizely/Guiders-JS/tree/dev) Contributors, issue pull requests to the dev branch so I can safely pull them without worrying about screwing up master code. - Changed the file names from guiders-(version).js and guiders-(version).css to simply guiders.js and guiders.css, so that it's easier to track changes in GitHub. If you want to know what version you have, just open the file or check guiders.version. - Upgraded jQuery from 1.51 to 1.90. It should still work with older versions of jQuery. - Use var guiders = this.guiders = {}; instead of var guiders = (function() { ... }) in order for guiders to attach to the window object more reliably. (Thanks @spmason https://github.com/spmason/Guiders-JS/commit/7229f66870701b980e98d80d1ac79cbb0016b92d#commitcomment-2506855) - Added bower support in component.json (Thanks rajkissu https://github.com/jeff-optimizely/Guiders-JS/pull/78) - Added a method: guiders.getCurrentGuider, to get the current guider. This can be useful for analytics tracking, for example. - guiders.next and guiders.prev return the value of guiders.getCurrent() - Allow creating guidres in the HTML, then creating guiders via $("#guider2").guider(options). The options can be passed in through options or set as data-attrs on the object in the HTML. (Thanks @tarr11 https://github.com/jeff-optimizely/Guiders-JS/issues/85) More... over 12 years ago