Coder Social home page Coder Social logo

jquery.pageguide's People

Contributors

impressiver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery.pageguide's Issues

issue with $.pageguide('open') when used with angularjs

I am trying to use pageguide with angular material design. I trying to use $.pageguide('open') in my script i am able to see all the number tags on the screen but not the bottom section "pageGuideMessage". It is not opening up if I trigger the $.pageguide('open') through the script.

It works perfectly fine on a button click.

Any help on this would be appreciated.

thanks

bug: no add z-index

you must add in js/jquery.pageguide.js:

wrapper.css("z-index","999999999");
toggle.css("z-index","999999999");
message.css("z-index","999999999");
shadow.css("z-index","999999999");

OR modify css/pageguide.css

pageGuideWrapper #pageGuideMessage {

......
........
/* z-index: 1001;*/
z-index: 999999999;

}

OR add #pageGuideWrapper div{z-index:99999999}

ScrollTo issue

I have a large DIV that is greater height than most computer monitors (which is okay). My problem is however, I have a guide step on this and when I click the "next Arrow" it highlights this DIV as it should, but it scrolls to the bottom of the DIV - which doesn't make sense. I need to it scroll to the top of each DIV, not the bottom.

Is this possible? I tried modifying the js - but to no luck.

Please help! AMAZING re-work BTW! :)

feature request: add total to step number. ex: 6/7.. 7/7

It's helpful and nice to have when somebody's stepping through a tour/guider to have the total amount of steps to see how many more until completion. simple gaming mechanics to increase usage. Thinking having the number on the bottom description tab.
screen shot 2014-06-03 at 17 55 47

Thoughts?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.