[jQuery] Re: Getting start

2009-09-09 Thread Farzan
Thank you both for your reply, Finally I got it to work, actually I was trying to link to the library within a MasterPage while the ContentPage was located in another virtual directory, after i found the problem is because of incorrect reference I just changed directory to where my content page

[jQuery] Re: Getting start

2009-09-09 Thread MorningZ
Here's twp blog posts to help out http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx Also, just some personal experience: To get around the MasterPage issue, which sadly

[jQuery] Re: Getting start

2009-09-08 Thread MorningZ
First off, if that super simple example did not work, then you are not property including the library correctly instead of script type=text/javascript src=../Scripts/jquery.js /script try this instead script type=text/javascript src=http://ajax.googleapis.com/ajax/

[jQuery] Re: Getting start

2009-09-08 Thread Richard D. Worth
On Tue, Sep 8, 2009 at 9:16 PM, MorningZ morni...@gmail.com wrote: and the file needs to end in - vsdoc.js, not -vsdoc2.js which I have no idea where you got that link from The one with the correct filename ( http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2-vsdoc.js) is