djc_dynamicTabs()

Created By: Jaehwan Daniel Cho

Email: danielcho80@gmail.com

Description: .

djc_dynamicTabs( setting )

  • setting

    • first_tab_open

      Type: Boolean

      true: dynamic tabs
      false: megamenu

    • tab_buttonDiv

      Type: String(CSS Class)

      CSS class name for tabs

    • tab_contentDiv

      Type: String(CSS Class)

      CSS class name for content sections

    • activeBtn

      Type: String(CSS Class)

      CSS class name for the active tab

    • activeCtn

      Type: String(CSS Class)

      CSS class name for the active content section

    • activeBtnUI

      Type: String(CSS Class)

      CSS class name for the active tab UI

    • close

      Type: String(CSS Class)

      CSS class name for the button to add the close event

Installation: Add following JS & CSS files.

[ Dynamic Tabs ]

Installation - set up three main files

Demo: Click Here!

[ Megamenu ]

Installation - set up three main files

Demo: Click Here!

[ View the specific tab ]

You can simple trigger extLink_select( html element ID for tabs,tab index) function.

For example: in order to view the third tab you can trigger extLink_select('tabDiv',2).