Home
last modified time | relevance | path

Searched refs:jQuerySub (Results 1 – 1 of 1) sorted by relevance

/template/ospyramid/js/libs/
Djquery-1.6.1.js849 function jQuerySub( selector, context ) { function
850 return new jQuerySub.fn.init( selector, context );
852 jQuery.extend( true, jQuerySub, this );
853 jQuerySub.superclass = this;
854 jQuerySub.fn = jQuerySub.prototype = this();
855 jQuerySub.fn.constructor = jQuerySub;
856 jQuerySub.sub = this.sub;
857 jQuerySub.fn.init = function init( selector, context ) {
858 if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
859 context = jQuerySub( context );
[all …]