I'm aware of the different ways to call .ready(), i was simply
pointing out a few things

1) The problems you are having do not mean that jQuery + Studio +
Intellisense doesn't work

2) That in two your examples that you work fine here, and I pointed
out that I had to make Studio skip over other jQuery files that were
causing Intellisense to stop working and this is well documented:

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
(specifically #6 through #8)


That's my help i can/will provide, best of luck if you choose to
follow it.. Intellisense definitely makes life easier  :-)



On Feb 9, 5:10 pm, paulinstl <paulsha...@gmail.com> wrote:
> There are different ways to call document.ready in jquery.  Here's
> what does and does not work....
>
> These all do the same thing...
>
> <script type="text/javascript">
>     jQuery(function($) {//FAILS WITH INTELLISENSE THOUGH JQUERY CALLS
> THIS FAILSAFE
>             $("div").FAIL
>     }
>
>     jQuery(function() { //WORKS WITH INTELLISENSE
>             $("div").ajaxError;
>     }
>
>     $(function(){//WORKS WITH INTELLISENSE
>         $("div").ajaxComplete;
>     }
>
>     </script>
>
> On Feb 9, 4:03 pm, MorningZ <morni...@gmail.com> wrote:
>
> > jQuery(....)
>
> > works just fine for me
>
> >http://i42.tinypic.com/34y65xv.jpg
>
> > On Feb 9, 4:58 pm, paulinstl <paulsha...@gmail.com> wrote:
>
> > > Apparently when I start my document ready as jQuery(function($){})  it
> > > fails.  When I use $(function{}), it's fine.
>
> > > ergh.
>
> > > On Feb 9, 3:19 pm, paulinstl <paulsha...@gmail.com> wrote:
>
> > > > So I have the new 1.3.1 and vsdoc js file.
>
> > > > I can get intellisense up to the point of "$("
> > > > After I complete that I get nothing after the "."
>
> > > > ex (  $(".selector").   )
>
> > > > I get no chaining, nothing.  I have all the patches installed for
> > > > VS2008 sp1
>
> > > > So what's the formula for getting this plane of the ground?- Hide 
> > > > quoted text -
>
> > - Show quoted text -

Reply via email to