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

2009-09-15 Thread Raju
remove this and try it ..





egards,

Mari Raj K,
Bangalore
+91 9740765135


On Tue, Sep 15, 2009 at 4:45 PM, Vardhini  wrote:

>
> 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:
> >
> > > > >  
> > > > > type="text/javascript"
> > > > > language ="javascript">
> > > > >
> > > > >
> > > > >
> > > > > > > > > language ="javascript">
> >
> > > > > 

[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 Dhruva Sagar
Are you sure that the src paths are all correct ?
Thanks & Regards,
Dhruva Sagar.


Pablo Picasso
- "Computers are useless. They can only give you answers."

On Tue, Sep 15, 2009 at 4:24 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 Raju
can u check the "FromDate" in the form , is it properly spelled,
Warm Regards,

Mari Raj K,
Bangalore
+91 9740765135


On Tue, Sep 15, 2009 at 4:24 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 Steven Yang
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] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Steven Yang
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">
>
>