Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js6926 ajaxLocation, variable
6937 ajaxLocation = location.href;
6941 ajaxLocation = document.createElement( "a" );
6942 ajaxLocation.href = "";
6943 ajaxLocation = ajaxLocation.href;
6947 ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
7198 url: ajaxLocation,