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

Conflict with jquery 3.0.0 #187

Closed Baldrani closed 7 years ago

Baldrani commented 8 years ago

jQuery.Deferred exception: $(...).bootstrapWizard is not a function TypeError: $(...).bootstrapWizard is not a function at HTMLDocument. (http://agencedevoyage.app:8000/alacarte:648:22) at j (http://agencedevoyage.app:8000/js/base.js:2:29588) at k (http://agencedevoyage.app:8000/js/base.js:2:29902) undefined

NoMan2000 commented 7 years ago

This is not a good way to write an error report. You have no code that shows what you did or did not do wrong, include the original code.

First, try to use the Jquery Migrate plugin. If that fixes the problem, then there might be an issue.

However, the error you are getting is a completely different error. It looks like you haven't even included the code for this plugin at all, hence, bootstrapwizard is not a function.