openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
Guiders-JS
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 1 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update link in readme
jp
More...
about 3 years ago
Cleanup
J. R. Pickhardt
More...
almost 9 years ago
README cleanup
J. R. Pickhardt
More...
almost 9 years ago
Supso update
J. R. Pickhardt
More...
almost 9 years ago
Remove header from readme
J. R. Pickhardt
More...
almost 9 years ago
Updated README
J. R. Pickhardt
More...
almost 9 years ago
Smaller image in README
J. R. Pickhardt
More...
almost 9 years ago
Update README
J. R. Pickhardt
More...
almost 9 years ago
Version 2.0.1 fixes a bug with highlighting
J. R. Pickhardt
More...
almost 9 years ago
Merge remote-tracking branch 'origin/dev'
J. R. Pickhardt
More...
almost 10 years ago
Updated read me file.
J. R. Pickhardt
More...
almost 10 years ago
Merge remote-tracking branch 'origin/dev'
J. R. Pickhardt
More...
almost 10 years ago
Replace email with link
J. R. Pickhardt
More...
almost 10 years ago
Move button down the page
J. R. Pickhardt
More...
almost 10 years ago
Add button for Supported Source
J. R. Pickhardt
More...
almost 10 years ago
Merge pull request #111 from aub/master
Jeff Pickhardt
More...
over 11 years ago
move component.json to bower.json
Aubrey Holland
More...
over 11 years ago
Version 2.0.0 / Merge remote-tracking branch 'origin/dev'
Jeff Pickhardt
More...
almost 12 years ago
Version is now 2.0.0, and using semantic versioning.
Jeff Pickhardt
More...
almost 12 years ago
Version 2.0.0 / Merge remote-tracking branch 'origin/dev'
Jeff Pickhardt
More...
almost 12 years ago
Add a jQuery plugin package manifest file. (http://plugins.jquery.com/docs/package-manifest/)
Jeff Pickhardt
More...
almost 12 years ago
Remove jQuery mask because it isn't working right. Maybe it'll come back at a later date.
Jeff Pickhardt
More...
almost 12 years ago
Updated changelog with new features, removed todo.
Jeff Pickhardt
More...
almost 12 years ago
Include jQuery Mask in the repo, for reference.
Jeff Pickhardt
More...
almost 12 years ago
Update README, fix typo with back vs prev.
Jeff Pickhardt
More...
almost 12 years ago
Optionally, use jQuery Mask if it exists. (https://github.com/dbellizzi/jquery-mask)
Jeff Pickhardt
More...
almost 12 years ago
Add git ignore to ignore DS_Store.
Jeff Pickhardt
More...
almost 12 years ago
Merge pull request #92 from mattflaschen/pull_request_ie_user_agent
Jeff Pickhardt
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)
Jeff Pickhardt
More...
over 12 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree