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 a 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.
Can anyone help?
Thanks,
-Itai
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---