Collapsible

  1. jQuery Plugin

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

    IU_WIDGET.COLLAPSIBLE

    • Example
    var Collapsible = $('#id').data(IU_WIDGET.COLLAPSIBLE)
    
  3. Option

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

    Method Description
    .toggle(state) Change content’s show/hide state
  5. Method Detail

    Method Param Type Description
    .toggle(state) state bool Show if state is true, hide otherwise