Here's the detail from jquery ...

Definition: Uses both the shortcut for $(document).ready() and the
argument to write failsafe jQuery code using the $ alias, without
relying on the global alias.

jQuery(function($) {
  // Your code using failsafe $ alias here...
});


Yeah, that above "failsafe" code is crap with intellisense.



On Feb 9, 3: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