1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fixed a bug with the transparent overlay in IE8 and below. - Changed the "click" events to "click touch" so that they'll work with iPads/iPhones. - Renamed all the css classes to be prefaced with guiders_ (plural). This will be the guiders.js namespace from now on, with the exception of the "guider" div (singular). More... over 12 years ago
Updated to 1.2.9 but forgot to push these (formerly untracked but very important!) files. More... over 12 years ago
Updated to version 1.2.9. Changes: More... over 12 years ago
Added closeOnEscape, onClose, guiders.prev() and a "Back" button. More... about 13 years ago
Fixed a couple of bugs, one having to with _attach called without a guider defined, the other having to do with the top offset. More... about 13 years ago
Merge pull request #70 from dbellizzi/bugfixes More... about 13 years ago
fix offset adjustment for top margin More... about 13 years ago
fix exception in _attach when no current guider More... about 13 years ago
Guiders 1.2.6 improves the attaching mechanism. When attaching to a position fixed element, the guider is now fixed also. Also, when the window is resized, the guider is repositioned in case the element its attached to has moved. More... about 13 years ago
Version 1.2.5 -- updated autofocusing. More... about 13 years ago
New version! Guiders.js 1.2.4 released. Includes minor bug fixes and new optional parameters. More... about 13 years ago
Merge pull request #60 from giorgian/master More... about 13 years ago
Add an option to use fixed position. More... about 13 years ago
Added auto-focusing as an optional parameter. More... about 13 years ago
Merge pull request #57 from patio11/patch-1 More... about 13 years ago
Merge pull request #55 from fringd/master More... about 13 years ago
Merge pull request #53 from mikz/focus More... about 13 years ago
Merge pull request #52 from mikz/lock More... about 13 years ago
Merge pull request #51 from mikz/attach_to More... about 13 years ago
Fix: make guiders.hideAll work always. More... about 13 years ago
Correcting calculation of top of attached guider in case where body has a top-margin on it. (A client needed it.) More... over 13 years ago
fix this bug again More... over 13 years ago
fire guiders.show event after guider is shown More... over 13 years ago
allow configuration of guider buttons (element, html attibutes) More... over 13 years ago
lock element after clicking (this prevents accidental doubleclicks) More... over 13 years ago
handle guiders without existing attachTo element exactly as without attachTo at all More... over 13 years ago
Merge pull request #50 from wwerner/master More... over 13 years ago
Use "html" instead of "text" for button captions to enable character entities. More... over 13 years ago
Modified the style of the new pull request (returning when the attachTo element isn't on the page, instead of throwing an exception). More... over 13 years ago
Merge pull request #49 from mikz/patch-1 More... over 13 years ago