Tab View

  1. jQuery Plugin

    $.fn.tabview()
    
  2. jQuery data key

    IU_WIDGET.TABVIEW

    • Example
    var Tabview = $('#id').data(IU_WIDGET.TABVIEW)
    
  3. Option

    Member Description
    .callbackSelect Callback function when the animation has finished
  4. Method

    Method Description
    .select(index) Select a index’th tab item
  5. Method Detail

    Method Param Type Description
    .select(index) index number tab index in range (0, tabcount-1)