source: products/quintagroup.plonetabs/branches/nokss/quintagroup/plonetabs/tests/ecmaunits/js/jquery-integration.js @ 3681

Last change on this file since 3681 was 895, checked in by piv, 17 years ago

optimized PASMemberdataHandler handler

File size: 341 bytes
Line 
1// To avoid conflicts, use the 'jq' variable instead of the $ variable
2var jq = jQuery.noConflict();
3
4// If cssQuery is not defined (loaded earlier), redefine it in terms of jQuery
5// For everything but corner cases, this is good enough
6if (typeof cssQuery == 'undefined') {
7    function cssQuery(s, f) { return jq.makeArray(jq(s, f)) };
8};
Note: See TracBrowser for help on using the repository browser.