PRAjax - jQuery conflict.
Brought to you by:
maartenba
viktor.kruglikov@gmail.com
When I'm trying to use PRAjax & jQuery todether always same error in JS console :
>> too much recursion
>> v = f(v);
>> prajax_util.js (line 259)
Error happens if I only attach these two libraries (PRAjax & jQuery) together by
$objPRAjax->GetJavaScript(); in php and
<script src="{$__workaddress}js/jquery-latest.pack.js" type="text/JavaScript"></script> in HTML.
Thanks, Viktor Kruglikov.