[jQuery] JQuery loads multiple times gives error (ajax calls)
I'm using JQuery + Interface and I'm trying to to a sortable list. The
problem is that I load a html-page (via ajax) into a list and that
page includes jquery + interface which it needs to do (it has ajax
methods inside) and they work but after the load my original ajax
stops working (in my parent document). It gives me this error message:
jQuery.iDrag.helper has no properties
http://localhost:8888/mypage/js/libs/jquery/interface/interface.js?_=1192614999368
Line 12
unique()jquery.js (line 23)
[Break on this error] eval(function(p,a,c,k,e,d){e=function(c)
{return(c<a?'':e(parseInt(c/a)))+((c=c%...
Do you know why?