![]() | ||||||||||
| ||||||||||
CodeThatTab allows you to specify an action that will be performed after tab click event. It may be
Also you can specify actions that will be performed after mouse over event or/and mouse out event of the tab. Structure of action object:
"action": { "js" : " " // JS code "url" : " " // go to URL "target" : " " // link target "jsover" : " " // JS OVER code "jsout" : " " // JS OUT code }
You can see an example and complete code here - Tab Actions Example [popup] Read more about CodeThatTab >>
|