ultimix
jquery.dropdown.block.js File Reference

Go to the source code of this file.

Variables

var dropdown_block_class

Variable Documentation

var dropdown_block_class
Initial value:
function( element , options )
{
this._element = jQuery( element );
this._block_name = 'block-' + ( ++dropdown_block_class.blockId );
this.init( options );
}

Definition at line 1 of file jquery.dropdown.block.js.