Searched refs:jQuery (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 22 var jQuery = (function() { function 25 var jQuery = function( selector, context ) { function 27 return new jQuery.fn.init( selector, context, rootjQuery ); 31 _jQuery = window.jQuery, 100 jQuery.fn = jQuery.prototype = { 101 constructor: jQuery, 142 context = context instanceof jQuery ? context[0] : context; 150 if ( jQuery.isPlainObject( context ) ) { 152 jQuery.fn.attr.call( selector, context, true ); 159 ret = jQuery.buildFragment( [ match[1] ], [ doc ] ); [all …]
|
H A D | jquery.qtip.css | 300 /* jQuery TOOLS Tooltip style */
|
H A D | jquery.qtip.js | 24 else if(jQuery && !jQuery.fn.qtip) { 25 factory(jQuery);
|
/freebsd/crypto/krb5/doc/html/_static/ |
H A D | jquery.js | 155 jQuery = function( selector, context ) { function 159 return new jQuery.fn.init( selector, context ); 162 jQuery.fn = jQuery.prototype = { 167 constructor: jQuery, 194 var ret = jQuery.merge( this.constructor(), elems ); 205 return jQuery.each( this, callback ); 209 return this.pushStack( jQuery.map( this, function( elem, i ) { 227 return this.pushStack( jQuery.grep( this, function( _elem, i ) { 233 return this.pushStack( jQuery.grep( this, function( _elem, i ) { 255 jQuery.extend = jQuery.fn.extend = function() { [all …]
|
H A D | doctools.js | 35 jQuery.urldecode = function(x) { 45 jQuery.urlencode = encodeURIComponent; 52 jQuery.getQueryParameters = function(s) { 59 var key = jQuery.urldecode(tmp[0]); 60 var value = jQuery.urldecode(tmp[1]); 73 jQuery.fn.highlightText = function(text, className) { 79 !jQuery(node.parentNode).hasClass(className) && 80 !jQuery(node.parentNode).hasClass("nohighlight")) { 82 var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); 108 else if (!jQuery(node).is("button, select, textarea")) { [all …]
|
/freebsd/contrib/libxo/xohtml/ |
H A D | xohtml.js | 1 jQuery(function($) {
|
/freebsd/contrib/xz/ |
H A D | ChangeLog | 15120 the .js files are removed. This avoids license hassle from jQuery and
|