CodeThatTab User Manual 

 TAB BEHAVIOR

CodeThatTab allows you to specify an action that will be performed after tab click event. It may be

  • execution of JS code,
  • jump to URL (you should select an url and link target).

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
          }

  EXAMPLE - Tab Actions

You can see an example and complete code here - Tab Actions Example [popup]

Read more about CodeThatTab >>