Hi

I'm attempting to use the jQuery library within VS 2008 with no luck.


Here is what I did:


1. Created a new MVC app having a View linked to an  MVC Master Page


2. Copied the  jQuery lib to the content folder


3.  Dragged  jquery-1.2.6.min.js to the HEAD section of the Master
Pager


src="../../Content/jquery-1.2.6.min.js" type="text/javascript">
(excluding script tag intentionally)


4.  Dragged jquery-ui-1.6rc2.min.js to the HEAD section of the Master
Pager


src="../../Content/jquery-ui-1.6rc2.min.js" type="text/javascript">
(excluding script tag intentionally)


After several seconds the debugger pops-up saying: "An unhandled
exception (''child nodes is null or not an object) occurred in
typelib
builder ..  in /jquery-1.2.6.min.js.


I'm running IE 7 Build 7.0.5730.11 on an XP SP3


The code fails on line 1021:


"elem = jQuery.makeArray( div.childNodes );"


Can anyone help?


Thanks,


-Itai


Reply via email to