开发者

jQuery scroll based on input

开发者 https://www.devze.com 2023-01-31 12:23 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消