1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Continue when attachTo element couldn't be found. More... over 13 years ago
Version 1.2.2 fixes a minor bug with hideAll and improves the documentation. More... over 13 years ago
Merge pull request #48 from wachunga/master More... over 13 years ago
Fix bug: calling hideAll() with no guiders caused error More... over 13 years ago
Included some public changes (thanks all) -- such as making guider_highlight a class instead of setting the z-index though JavaScript. More... over 13 years ago
Merge pull request #46 from m-c/master More... over 13 years ago
Merge pull request #43 from andrewjshults/fixAttachToLeak More... over 13 years ago
Merge pull request #41 from andrewjshults/onHide More... over 13 years ago
Add highlight class. More... over 13 years ago
Add class for highlight element instead of add css rule (z-index). It`s must be more flexible. More... over 13 years ago
Fixes an issue were the jQueryized version of the attachTo was being leaked back to the main version of the object. This caused issues if the attachTo element was not initially on the page when the guider was created, but later was added to the page. Because this code was originally replacing the guider.attachTo with the jQuery version (which is empty for non-existent elements) if you later added the element to the page, the guider had nothing to attach to. More... over 13 years ago
Adds an onHide method (to complement the onShow method) and move the onShow method to before _attach is called so that it can be used for repositioning page elements More... over 13 years ago
Updated version 1.2.0. Biggest change includes switching from everything being a property of an object, set an initialization of that object, to setting the properties with their own statements. This improves debugging. I also fixed a bug with the highlight feature. More... over 13 years ago
Fixed a bug related to the highlight feature. More... over 13 years ago
Added closeButtonTitle and nextButtonTitle for internationalization / localization. More... almost 14 years ago
Updated version to 1.1.4, now with a CSS bug fix in IE 8-. More... almost 14 years ago
Fix an opacity bug with guiders and internet explorer 8-. More... almost 14 years ago
Merge pull request #37 from petertornstrand/containerfix More... almost 14 years ago
Fix for removing empty button container when there is no buttons. More... almost 14 years ago
Updated version to 1.1.3. New changes: an optional "classString" for the guider, buttons and title are removed if they are not defined, and fixed a typeError if the guider's position is set but attachTo is not defined. (Thanks to all who contributed these via pull requests) More... almost 14 years ago
Merge pull request #34 from CraftyShadow/master More... almost 14 years ago
Merge pull request #33 from chetansastry/master More... almost 14 years ago
Merge pull request #35 from benmgreene/master More... almost 14 years ago
Merge pull request #36 from manuelmeurer/patch-1 More... almost 14 years ago
Fixed position of check if buttons are defined and added return More... almost 14 years ago
Remove title and buttons container if the respective options are not defined or empty. More... almost 14 years ago
Added guider's classString to readme. More... almost 14 years ago
Added hash-loading to readme. More... almost 14 years ago
Added ability to set additional classes on Guider elements More... almost 14 years ago
Fix for TypeError being thrown when position is set, but no attachTo element is defined. More... almost 14 years ago