Home
last modified time | relevance | path

Searched refs:jQuery (Results 1 – 25 of 86) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/flot/
Djquery.js28 _jQuery = window.jQuery,
42 jQuery = function( selector, context ) { function
44 return new jQuery.fn.init( selector, context, rootjQuery );
83 jQuery.ready();
88 jQuery.ready();
95 jQuery.fn = jQuery.prototype = {
96 constructor: jQuery,
127 context = context instanceof jQuery ? context[0] : context;
131 selector = jQuery.parseHTML( match[1], doc, true );
132 if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {
[all …]
Djquery.min.js1jQuery,_$=window.$,core_push=Array.prototype.push,core_slice=Array.prototype.slice,core_indexOf=Ar… function
2jQuery.support.radioValue&&value==="radio"&&jQuery.nodeName(elem,"input")){var val=elem.value;elem… field
DFAQ.md46 Yes, Flot supports it out of the box and it's easy! Just use jQuery
47 instead of $, e.g. call jQuery.plot instead of $.plot and use
48 jQuery(something) instead of $(something). As a convenience, you can
50 the API documentation are using jQuery objects.
52 Depending on how you include jQuery, you may have to add one line of
53 code to prevent jQuery from overwriting functions from the other
54 libraries, see the documentation in jQuery ("Using jQuery with other
Djquery.flot.resize.min.js7jQuery,this);(function($){var options={};function init(plot){function onResize(){var placeholder=p…
Djquery.flot.resize.js22 …||e.oCancelRequestAnimationFrame||e.msCancelRequestAnimationFrame||clearTimeout}()}})(jQuery,this);
59 })(jQuery);
DREADME.chromium9 Flot is a JavaScript chart plotting library based on jQuery.
DPLUGINS.md22 in case $ is not bound to jQuery but some other Javascript library, we
29 })(jQuery);
73 })(jQuery);
DREADME.md5 Flot is a Javascript plotting library for jQuery.
15 Just include the Javascript file after you've included jQuery.
39 You need at least jQuery 1.2.6, but try at least 1.3.2 for interactive
DNEWS.md23 - Fixed the selection example to work with jQuery 1.9.x and later.
26 - Added a detach shim to fix support for jQuery versions earlier than 1.4.x.
66 - Updated inlined jQuery Resize to the latest version to fix errors.
128 - Fixed :not selector error when using jQuery without Sizzle.
171 - Fixed compatibility with jQuery versions earlier than 1.7.
309 - The plot function is now also a jQuery chainable property.
367 - Fixed various jQuery 1.8 compatibility issues. (issues #814 and #819,
379 - Added support for jQuery 1.9 by removing and replacing uses of $.browser.
388 - Fixed compatibility with jQuery 1.2.6, which has no 'mouseleave' shortcut.
410 - Fixed an error when using the navigate plugin with jQuery 1.9.x or later.
[all …]
DCONTRIBUTING.md14 environment (browser and version, jQuery version, other libraries) that you're
42 Flot follows the [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines…
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js22 var jQuery = (function() { function
25 var jQuery = function( selector, context ) { function
27 return new jQuery.fn.init( selector, context, rootjQuery );
31 _jQuery = window.jQuery,
97 jQuery.fn = jQuery.prototype = {
98 constructor: jQuery,
139 context = context instanceof jQuery ? context[0] : context;
147 if ( jQuery.isPlainObject( context ) ) {
149 jQuery.fn.attr.call( selector, context, true );
156 ret = jQuery.buildFragment( [ match[1] ], [ doc ] );
[all …]
Dbootstrap.js64 }(window.jQuery)
154 }(window.jQuery);/* ============================================================
249 }(window.jQuery);/* ==========================================================
417 }(window.jQuery);/* =============================================================
573 }(window.jQuery);/* ============================================================
672 }(window.jQuery);/* =========================================================
889 }(window.jQuery);/* ===========================================================
1163 }(window.jQuery);
1261 }(window.jQuery);/* =============================================================
1411 }(window.jQuery);/* ========================================================
[all …]
Dknockout-2.0.0.js12 …ined"!=typeof jQuery){if(a(e,b))var d=f,f=function(a,e){var b=this.checked;if(e)this.checked=e.Ya!…
13 if("undefined"!=typeof jQuery){var d=[];a(b,f)&&d.push({Ya:b.checked});jQuery(b).trigger(f,d)}else …
22 …ngth;d++)b[d](e);r.a.e.clear(e);"function"==typeof jQuery&&"function"==typeof jQuery.cleanData&&jQ…
24 r.a.ma=function(a){var b;if("undefined"!=typeof jQuery){if((b=jQuery.clean([a]))&&b[0]){for(a=b[0];…
25 …=o&&b!==l)if("string"!=typeof b&&(b=b.toString()),"undefined"!=typeof jQuery)jQuery(a).html(b);els…
94jQuery||!jQuery.tmpl)return 0;try{if(0<=jQuery.tmpl.tag.tmpl.open.toString().indexOf("__"))return …
95jQuery.extend({koBindingContext:e},f.templateOptions);e=jQuery.tmpl(h,d,e);e.appendTo(document.cre…
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js73 jQuery = function( selector, context ) { function
76 return new jQuery.fn.init( selector, context );
92 jQuery.fn = jQuery.prototype = {
96 constructor: jQuery,
125 var ret = jQuery.merge( this.constructor(), elems );
139 return jQuery.each( this, callback, args );
143 return this.pushStack( jQuery.map(this, function( elem, i ) {
177 jQuery.extend = jQuery.fn.extend = function() {
194 if ( typeof target !== "object" && !jQuery.isFunction(target) ) {
218 if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {
[all …]
DREADME.chromium1 Name: jQuery
8 Flot is a JavaScript chart plotting library based on jQuery.
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Djquery.hotkeys.js13 (function(jQuery){ argument
15 jQuery.hotkeys = {
52 var special = event.type !== "keypress" && jQuery.hotkeys.specialKeys[ event.which ],
79 possible[ modif + jQuery.hotkeys.shiftNums[ character ] ] = true;
83 possible[ jQuery.hotkeys.shiftNums[ character ] ] = true;
95 jQuery.each([ "keydown", "keyup", "keypress" ], function() {
96 jQuery.event.special[ this ] = { add: keyHandler };
99 })( jQuery );
Djquery.isonscreen.js9 jQuery.extend({
34 jQuery.fn.isOnScreen = function (container) {
53 })(jQuery);
Djquery.debounce.min.js9 (function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;i…
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery.cookie.js55 jQuery.cookie = function(name, value, options) {
82 var cookie = jQuery.trim(cookies[i]);
Djquery.treeview.min.js15jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments…
Dstatus.js65 if (!(pipelineIdOrElement instanceof jQuery)) {
804 $.ajax(jQuery.extend({}, ajaxRequest));
827 $.ajax(jQuery.extend({}, ajaxRequest));
871 $.ajax(jQuery.extend({}, ajaxRequest));
897 $.ajax(jQuery.extend({}, ajaxRequest));
902 jQuery.timeago.settings.allowFuture = true;
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
DResizeSensor.js134 || ('undefined' !== typeof jQuery && element instanceof jQuery) //jquery
DElementQueries.js166 if (!query && 'undefined' !== typeof jQuery) query = jQuery;
/external/okhttp/website/static/
Dbootstrap.min.js6jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,t…
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Djquery.url.js12 if ( typeof jQuery !== 'undefined' ) {
19 if ( typeof jQuery !== 'undefined' ) {
20 factory(jQuery);

1234