[jQuery] Jquery document .ready function throwing object expected

2009-09-15 Thread Vardhini
Hi, I'm getting Javascript error object expectedon PageLoad at the following line: $(document).ready(function() I found that alert(typeof $); is returing undefined. Below is the code snippet: script src=../../Scripts/jquery-1.3.2-vsdoc.js type=text/ javascript language =javascript/script

[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 vardhini...@gmail.com wrote: Hi, I'm getting Javascript error object expectedon PageLoad at the following

[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 kenshin...@gmail.com 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,

[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 vardhini...@gmail.com wrote: Thanks for the response..I tried

[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 vardhini...@gmail.com wrote: Thanks for the response..I tried ..both no luck.. On Sep 15, 3:43 pm, Steven Yang kenshin...@gmail.com

[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 Picassohttp://www.brainyquote.com/quotes/authors/p/pablo_picasso.html - Computers are useless. They can only give you answers. On Tue, Sep 15, 2009 at 4:24 PM, Vardhini vardhini...@gmail.com wrote: Thanks

[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 kenshin...@gmail.com wrote: hum... how about just try loading the

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

2009-09-15 Thread Raju
remove this and try it .. script src=../../Scripts/jquery-1.3.2-vsdoc.js type=text/ javascript language =javascript/script egards, Mari Raj K, Bangalore +91 9740765135 On Tue, Sep 15, 2009 at 4:45 PM, Vardhini vardhini...@gmail.com wrote: yeah..I tried..i'm getting $ as Undefined.

[jQuery] Document ready function and the browser forward/back button

2009-05-07 Thread Dragon-Fly999
Hi, I have a few document ready functions on my page. I don't want the functions to get executed if the page is loaded because the user clicks on the browser forward/back button. Is there a way to prevent the document ready functions from getting executed if the user clicks on the forward/back

[jQuery] $(document).ready(function() is causing scripts to run twice!

2009-03-20 Thread Derek Perkins
I encase all of my functions inside of a jQuery(document).ready (function() {} block, but I noticed recently that my scripts are running multiple times. After a lot of debugging, I realized that they only ran once after I deleted that segment of code. The first time it ran however, it wouldn't

[jQuery] document Ready function in the Ajax Response

2008-11-11 Thread ravithokala
Hi, I have an issue with document.ready. I have a page which will make an ajax call. The response on the ajax call contains script which contains document.ready. The content in document.ready is getting executed successfully in ie7 but not in ff3. Please tell how to solve this in FF.

[jQuery] document Ready function in the Ajax Response

2008-11-11 Thread ravithokala
Hi, I have an issue with document.ready. I have a page which will make an ajax call. The response on the ajax call contains script which contains document.ready. The content in document.ready is getting executed successfully in ie7 but not in ff3. Please tell how to solve this in FF.

[jQuery] document Ready function in the Ajax Response

2008-11-11 Thread ravithokala
Hi, I have an issue with document.ready. I have a page which will make an ajax call. The response on the ajax call contains script which contains document.ready. The content in document.ready is getting executed successfully in ie7 but not in ff3. Please tell how to solve this in FF.

[jQuery] $(document).ready(function() { giving error $ is not a function - what am I doing wrong?

2008-05-08 Thread [EMAIL PROTECTED]
Test page here - http://www.justice.net.nz/static.html Jquery is definitely being loaded - I'm currently pulling it from jquery.com, and Firebug is showing that it has loaded. Any ideas? This is my first attempt at jquery and I'm falling at the first hurdle :

[jQuery] document ready function through ajax call

2008-04-01 Thread Trend-King
hi there i have a question i make an ajax call with ui.tabs to an php page in this page loaded through ajax i make a document ready funktion adwise for the dom is that possible, in ie7 ff opera safari... it works but not in ie6. even if i let the document ready function clean no adwise in it i

[jQuery] $(document).ready(function() {

2007-05-21 Thread SamCKayak
Can $(document).ready(function() { appear in an included script src=filename or must it appear only once in the document header? Sam