PanelΒΆ

  1. jQuery Plugin

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

    IU_WIDGET.PANEL

    • Example
    var Panel = $('#id').data(IU_WIDGET.PANEL)
    
  3. Option

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

    Method Description
    .show() Show panel
    .close() Close panel
    .toggle() Change show/hide state