'tree' is null or not an object at line 935

I'm still trying to figure out what is going on...
**** fixed it. The problem was I had another element on the page with a name="x" and my draggable item had id="x". So since there was a conflict the error occurred.
Solution: Check to see if the id is unique (also not used as a name value).
No comments:
Post a Comment