Nitin Kumar

Results 2 comments of Nitin Kumar

After destroying the pulsate element, you can remove the style as well. $('.myclass').pulsate('destroy'); $('.myclass').removeAttr('style'); This works good, unless you are using inline styles in the element.

After the submit event, you can navigate to any tab by calling the show function. `$('#wizard').bootstrapWizard('show', 3);` 3 is the index of the tab which you want to show. 0...