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 );"

it seems that to be the result of some IE work around hack several
lines above ... but only a hacker can know :)

Can anyone help?

Thanks,

-Itai

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to