how to fire a function on a jquery tab getting shown? -


i have jquery tab set using wizard. start tab one's content, when click button in tab one, go tab 2 , on through flow. wizard flows dynamic not wizards have same steps.

in 1 wizard flow have payment screen want show. on showing tab want pull data previous tabs build shopping cart screen. how can fire function on payment tab showing. want tab reusable different transaction flows cant rely on panel before. want keep event listening inside payment panel.

any suggestions on coding this, or possible plugins?

tie event: http://api.jqueryui.com/tabs/#event-beforeactivate

$( ".selector" ).tabs({   beforeactivate: function( event, ui ) {} }); 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -