Collapsible¶
jQuery Plugin
$.fn.collapsible()
jQuery data key
IU_WIDGET.COLLAPSIBLE
- Example
var Collapsible = $('#id').data(IU_WIDGET.COLLAPSIBLE)
Option
Member Description .callbackShowCallback function when the animation has finished .callbackCloseCallback function when the animation has finished Method
Method Description .toggle(state)Change content’s show/hide state Method Detail
Method Param Type Description .toggle(state)state bool Show if state is true, hide otherwise