Code Monkey home page Code Monkey logo

jerichotab's Introduction

jQuery plugin of tabs


API

$.fn.initJerichoTab(Function):

  • renderTo(String): the tab render to('#sample')

  • uniqueId(String): the tab's id(It must be unique)

  • tabs(Array): the tabs will be initialized, whose items will be formated as follows: { **title(String): the tab title text **iconImg(String): the tab icon that displayed from title text, **closeable(Boolean): the switch that controls whether the tab can be closed (true as default) }

  • activeTabIndex(Int): the tab you'd like to select after loading(0 as default)

  • contentHeight(Int): height of the content div tag

  • contentCss(Object): the same as style sheet

  • loadOnce(Boolean): the switch controls if load tab content at the first time(true as default)

  • tabWidth(Int): width of each tab(150 as default)

  • ***add by jeffen@pactera 2.16/1/17

  • isCookieTabsetting(Boolean): keep tabs setting status by cookie attribute(false as default)

  • isCookieLoadData(Boolean): auto load data by cookie keeping tabs(false as default)

  • cookieTabsetting(String): set cookie name for tabsetting(value limit by browser, eg. 2096)

  • fn_beforeAddTab(function): call the event before addTab

  • fn_afterTabMouseup(function): call the event after tab mouseup

  • fn_afterTabLoad(function): call the event after tab load data

  • openWithNewWidowAfterDblClick(Boolean): open a new window after tab double click tab

  • fn_tabDblClick(function): call the event after tab double click

release log:

  • version: release-2.0.1 (05/13/2009)
  • version: release-2.0.2 (01/17/2016) by jeffen@pactera
  • version: release-2.0.3 (06/02/2016) by jeffen@pactera

jerichotab's People

Contributors

jeffencheung avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.