[jQuery] Re: Scoping issue with load and call back function.

2009-05-08 Thread Stever
or so to see if that isLoaded object is completely populated.  Once you determine that it is, then generate the combined table. -- Josh -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Stever Sent: Thursday, May 07, 2009 4:28 AM

[jQuery] Re: Scoping issue with load and call back function.

2009-05-07 Thread Stever
. -- Josh -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Stever Sent: Wednesday, May 06, 2009 4:31 PM To: jQuery (English) Subject: [jQuery] Re:Scopingissue with load and call back function. Josh thanks for the quick response

[jQuery] Scoping issue with load and call back function.

2009-05-06 Thread Stever
I am a relative newbie to Jquery and I am getting some scoping issues I can't figure out. I was hoping for some advice. Basically I am trying to load multiple documents that have HTML tables and then parse the tables and redisplay in a new format. Merging elements from the different documents.

[jQuery] Re: Scoping issue with load and call back function.

2009-05-06 Thread Stever
] On Behalf Of Stever Sent: Wednesday, May 06, 2009 3:54 PM To: jQuery (English) Subject: [jQuery]Scopingissuewith load and call back function. I am a relative newbie to Jquery and I am getting somescopingissues I can't figure out. I was hoping for some advice. Basically I am trying to load

[jQuery] A problem setting timeout feature in AJAX.

2009-04-23 Thread Stever
Hello, I have a jquery HTML page which loads a form. The form has a bunch of settings, but eventually the form gets submitted using a post command (see below) which returns and HTML page which was built by a script running on the server. This works fine, except when the script runs longer than

[jQuery] Re: Jquery load not getting updated pages.....

2008-10-22 Thread Stever
Hey everybody. Thanks for all the help! I am using the $.ajaxSetup({cache:false}) option. It works great. Looks like I need to study up on the ajax functions. Always more stuff to learn! Thanks. Steve On Oct 22, 2:26 am, 汪杰 [EMAIL PROTECTED] wrote: you can set :

[jQuery] Jquery load not getting updated pages.....

2008-10-21 Thread Stever
Hello, I spent about an hour trying to figure out why a form I was loading to a web page was not updating. In my web page I have a navigation button tool, when I click I want to load a form into the #display div. $(document).ready(function(){ .. a bunch of code. $('#menu

[jQuery] Re: Jquery load not getting updated pages.....

2008-10-21 Thread Stever
that's not updating the headers. Do I have to do something with the HTML page itself that I am loading. I am confused because it seems like the HTTP headers and between the load and the HTML page. Thanks again for your help. Stever On Oct 21, 1:01 pm, Bil Corry [EMAIL PROTECTED] wrote

[jQuery] Re: Jquery load not getting updated pages.....

2008-10-21 Thread Stever
am loading static (pre-built) , well it's a form that as a get/post method embedded in it. But the form itself is just a static html file. Anyway I appreciate the help. Thanks! Steve On Oct 21, 6:39 pm, Bil Corry [EMAIL PROTECTED] wrote: Stever wrote on 10/21/2008 6:33 PM: How do I

[jQuery] Web page navigation question....

2008-10-20 Thread Stever
Hello, I am new to Javascript and Jquery and I have a question on a web page I am building. I have an interactive form where I have two columns, one column holds the form the second holds the results. When the user comes to the page, the form and the result window are blank. The form allows