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

ie9 next step problem #64

Closed kargaa closed 10 years ago

kargaa commented 10 years ago

Hello,

I have strange issue,

I'm using version 1.0, old stuff I guess cause new file have some differences but they are both 1.0 bootsrap wizard.

Jquery : jquery-1.8.0.min.js

I'm using jquery validation, everything works fine in all browsers , but not ie9, clicking tabs are working but not next button, I tried without validation but even without it no response, I just curious if something troubleshoots why ie8 accepts? Normally the stupid ie should be ie8 not ie9.

I'm looking for hours, couldn't figure out, try to change version didn't work, I'm trying my luck maybe there is known issue, happened somehow on ie9.

Thanks guys.

kargaa commented 10 years ago

I updated validation jquery, it looks fine now