Problem with latest jquery 1.8.2.js with asp.net 2.0 and IE and Firefox.

Problem with latest jquery 1.8.2.js with asp.net 2.0 and IE and Firefox.

Hi,

I encountered a problem in 1.8.2 version taken from http://jqueryui.com/draggable/ and the line given in the code therein 
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>

at line



var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ];

due to the nodeName which is not an attribute or property
in case of Div used as draggable in asp.net 2.0 and IE8.

Also in both case I had to remove toLowerCase() call then only it worked.

Did you face this or am I doing something wrong or working with wrong version...?

Thanks for the response.
Vadodaria