[jQuery] Jquery ClientSide validation

2009-09-22 Thread Vardhini

Hi,

I'm using Jquery client side validation to validate my controls on the
form. I want to throw validations only for controls visible on the
page,  right now, it is throwing validation errors for non-visible
controls on the page. How do i fix this problem? Thanks.

Vardhini.


[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Vardhini

yeah..I tried..i'm getting $ as "Undefined". Important point to note
is that it is working fine when we run from VStudio but when
application is hosted on IIS, it is throwing the javascript  error.


On Sep 15, 3:59 pm, Steven Yang  wrote:
> hum...
> how about just try loading the jquery-1.3.2.js first and see if you get the
> $ as an Object
> and if that works then try loading one after another and see which one is
> having error.
>
> On Tue, Sep 15, 2009 at 6:54 PM, Vardhini  wrote:
>
> > Thanks for the response..I tried ..both no luck..
>
> > On Sep 15, 3:43 pm, Steven Yang  wrote:
> > > i am not sure what /jquery-1.3.2-vsdoc.jsis for but try putting it behind
> > > jquery-1.3.2.js
>
> > > and also putting ui.core.js before ui.datepicker.js
>
> > > On Tue, Sep 15, 2009 at 6:31 PM, Vardhini  wrote:
>
> > > > Hi,
>
> > > > I'm getting Javascript error "object expected"on PageLoad at the
> > > > following line:
>
> > > > $(document).ready(function()
>
> > > > I found that  alert(typeof $); is returing undefined.
>
> > > > Below is the code snippet:
>
> > > >  
> > > >     > > > language ="javascript">
> > > >    
> > > >    
> > > >    
> > > >     > > > language ="javascript">
>
> > > > 

[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Vardhini

Thanks for the response..I tried ..both no luck..

On Sep 15, 3:43 pm, Steven Yang  wrote:
> i am not sure what /jquery-1.3.2-vsdoc.jsis for but try putting it behind
> jquery-1.3.2.js
>
> and also putting ui.core.js before ui.datepicker.js
>
> On Tue, Sep 15, 2009 at 6:31 PM, Vardhini  wrote:
>
> > Hi,
>
> > I'm getting Javascript error "object expected"on PageLoad at the
> > following line:
>
> > $(document).ready(function()
>
> > I found that  alert(typeof $); is returing undefined.
>
> > Below is the code snippet:
>
> >  
> >     > language ="javascript">
> >    
> >    
> >    
> >     > language ="javascript">
>
> > 

[jQuery] Jquery document .ready function throwing object expected

2009-09-15 Thread Vardhini

Hi,

I'm getting Javascript error "object expected"on PageLoad at the
following line:

$(document).ready(function()

I found that  alert(typeof $); is returing undefined.

Below is the code snippet: