Home
last modified time | relevance | path

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

/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js309 var content, text, ajax, once;
330 ajax = content.ajax;
331 once = ajax && ajax.once !== FALSE;
332 delete content.ajax;
337 deferred = $.ajax(
338 $.extend({}, ajax, { context: api })
340 .then(ajax.success, NULL, ajax.error)
H A Djquery.js6481 jQuery.ajax({
7078 jQuery.ajax({
7161 return jQuery.ajax({
7267 ajax: function( url, options ) { method
8096 ajax: !!xhr, property
8102 if ( jQuery.support.ajax ) {