I'm looking for a plugin that does the following:
- Presents the multiple options
- Based on that answer it "scrolls" within a div to the next question
- Upon answering that question it scrolls to an answer
Think of it kind of 开发者_JS百科like a question flowchart but then done in jQuery.
Does anyone know if such a thing exists yet?
Thanks!
Dennis
the jquery scrollto plugin (http://demos.flesler.com/jquery/scrollTo/) would be a good start i think. you'll have to do the question-scrolling logic yourself though.
精彩评论