VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

next/previous button error on click #160

Closed pepperav closed 8 years ago

pepperav commented 8 years ago

Hi, simply copy basic.html example I get this error on click to 'next' button or 'previous' button:

Uncaught Error: Syntax error, unrecognized expression: li:has([data-toggle="tab"])::visible:eq(1) 
    aSizzle.error @ jquery-latest.js:1473
    Sizzle.tokenize @ jquery-latest.js:2087
    Sizzle @ jquery-latest.js:845
    jQuery.fn.extend.find @ jquery-latest.js:2704
    previous @ jquery.bootstrap.wizard.js:98
    jQuery.event.dispatch @ jquery-latest.js:4641
    elemData.handle @ jquery-latest.js:4309

Using bootstrap 3.3.4 and jquery-1.11.2.js

Thank you

VinceG commented 8 years ago

@pepperav can you try with latest on master?

thank you.

pepperav commented 8 years ago

On master? I've tried using jQuery-11 and 12 too. Il 14 gen 2016 17:52, "Vincent Gabriel" notifications@github.com ha scritto:

@pepperav https://github.com/pepperav can you try with latest on master?

thank you.

— Reply to this email directly or view it on GitHub https://github.com/VinceG/twitter-bootstrap-wizard/issues/160#issuecomment-171699733 .

VinceG commented 8 years ago

@pepperav sorry, i meant i fixed it earlier. can you try again.

VinceG commented 8 years ago

just tested myself again all examples work. thank you.

pepperav commented 8 years ago

ok it works! great job really thank you