HomeSort by relevance Sort by last modified time
    Searched defs:jQuery (Results 1 - 2 of 2) sorted by null

  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 2 * jQuery JavaScript Library v1.3.2
3 * http://jquery.com/
7 * http://docs.jquery.com/License
19 // Map over jQuery in case of overwrite
20 _jQuery = window.jQuery,
24 jQuery = window.jQuery = window.$ = function( selector, context ) {
25 // The jQuery object is actually just the init constructor 'enhanced'
26 return new jQuery.fn.init( selector, context );
35 jQuery.fn = jQuery.prototype =
    [all...]
jquery-1.3.2.js 2 * jQuery JavaScript Library v1.3.2
3 * http://jquery.com/
7 * http://docs.jquery.com/License
19 // Map over jQuery in case of overwrite
20 _jQuery = window.jQuery,
24 jQuery = window.jQuery = window.$ = function( selector, context ) {
25 // The jQuery object is actually just the init constructor 'enhanced'
26 return new jQuery.fn.init( selector, context );
35 jQuery.fn = jQuery.prototype =
    [all...]

Completed in 38 milliseconds