[jQuery] Re: ajax returns data on ie safari and chrome but not firefox

2009-04-25 Thread Shannon
Anybody? On Apr 13, 7:20 pm, Shannon wrote: > Can somebody take a look at this... > > http://www.churchboom.com/index1.asp > > The white my notes section on the bottom left is a div area that is > loaded with an Jquery Ajax call just like 2 other areas on the page. >

[jQuery] ajax returns data on ie safari and chrome but not firefox

2009-04-13 Thread Shannon
Can somebody take a look at this... http://www.churchboom.com/index1.asp The white my notes section on the bottom left is a div area that is loaded with an Jquery Ajax call just like 2 other areas on the page. This works fine in IE, Safari (PC), Chrome but not in Firefox. It just shows blank whi

[jQuery] jcarousel buttons

2009-02-20 Thread shannon
t? Thanks, Shannon.

[jQuery] Re: Ajax call with a Form button

2008-11-18 Thread Shannon
No one has had to do this? On Nov 18, 9:26 am, Shannon <[EMAIL PROTECTED]> wrote: > I take it back, the value comes back as UNDEFINED... > > Any advice? > > On Nov 18, 9:17 am, Shannon <[EMAIL PROTECTED]> wrote: > > > Nevermind, I got it. > > >

[jQuery] Re: Ajax call with a Form button

2008-11-18 Thread Shannon
I take it back, the value comes back as UNDEFINED... Any advice? On Nov 18, 9:17 am, Shannon <[EMAIL PROTECTED]> wrote: > Nevermind, I got it. > > On Nov 18, 9:14 am, Shannon <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > I am attempting to fetch

[jQuery] Re: Ajax call with a Form button

2008-11-18 Thread Shannon
Nevermind, I got it. On Nov 18, 9:14 am, Shannon <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I am attempting to fetch a page via ajax when a person submits a form > button. > > JAVASCRIPT: > function sEngFam(str) > { >   $('#south').html('Loadi

[jQuery] Ajax call with a Form button

2008-11-18 Thread Shannon
Hi everyone, I am attempting to fetch a page via ajax when a person submits a form button. JAVASCRIPT: function sEngFam(str) { $('#south').html('Loading data, please wait...').load("select3.php? q="+str); } HTML: When I click the button I see the "Loading data, please wait..." but

[jQuery] Re: AJAX Callbacks - How to show Ajax request status using a loading image?

2008-11-10 Thread Shannon
Hello Isaak, Thank you for your kind reply. I tried this code: function showUser(str) { $('#content1').load("select.php?q="+str); $('#content1').ajaxSend(function(e,r,s) { $(this).html('Loading data, please wait...'); } } but it caused the AJAX request to stop working. When I remove

[jQuery] AJAX Callbacks - How to show Ajax request status using a loading image?

2008-11-10 Thread Shannon
Hi everyone, I am a newbie in jquery and have been stuck on this all morning. I am using the following function to perform an AJAX request which loads in the specified DIV: function showUser(str) { $('#content1').load("select.php?q="+str); } This works fine but I tried to add a loading gif (y