Project

iscjs

0.0
No commit activity in last 3 years
No release in over 3 years
JavaScript UI plugins we use in our projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2.0
>= 0
>= 0

Runtime

 Project Readme

ISCJS

This gem includes all of the JavaScript plugins we wrote at eBay ISC.

Installation

Add gem iscjs to your Gemfile

Usage

Version 0.1.4 supports the following plugins:

ezQtip with QTip2 - //= require iscjs/qtip (same the JS and CSS)

  • Added support for classes concatenation. You can now define custom ezQtip styles with classes so when you provide

an additional hash with classes, they will be concatenated to the final hash.

  • You can access ezQtip with element.ezQtip or element.tgp_qtip (backwards compatibility)

  • You can define your own custom ezQtip hashes inside jQuery.ezQtips.

    Example:

    jQuery.ezQtips =
        qtips:
            custom_style:
                style:
                    classes: 'some-custom-style'

jQuery plugins

  • jQuery Placeholder - //= require iscjs/jquery/placeholder

  • jQuery Shake - //= require iscjs/jquery/shake

  • jQuery Toggle Display - //= require iscjs/jquery/toggle_display

  • jQuery Disable - //= require iscjs/jquery/disable

You can also specify all of 'em: //= require iscjs/jquery/all