Guiders-JS icon indicating copy to clipboard operation
Guiders-JS copied to clipboard

Guiders.js: A Javascript library for guiders.

Results 23 Guiders-JS issues
Sort by recently updated
recently updated
newest added

Guider content should strive to always remain within the screen, while sill pointing to the desired selector. Check out this screenshot: http://i.imgur.com/ugoblq4.png I want the guider there to be positioned...

Elements nested within a fixed element can have guiders **attached** to them no problem, the "bubble" shows up where it should (at first). Under the following two conditions, however, I...

I'm using guiders with the highlight option. It appears to highlight input elements, but not divs. I've verified that it is applying the guiders_highlight class to the element. But it...

When attempting to skip the last guider the overlay would stay visible. This should fix it. PS: sorry about the previous PR, I forgot to rebase it on the proper...

Ensure that when going through the guides backwards (via previous) steps that evaluate to 'should be skipped' are actually skipped.

Highlighting was applied to the element that was mentioned in attachTo instead of the element that was mentioned in highlight. This is now set right.

My thought was that you should use show() with the earliest potential guider and leverage the shouldShow functionality that's already part of the individual guiders and not recreate it elsewhere.

This adds an option, defaulted to false. If it is true, the guider will close if you click outside of it.

Tested that solution proposed at http://stackoverflow.com/questions/8641313/how-can-prevent-the-click-on-elements-which-under-the-transparent-overlay-div-in works with Windows phone 7.5