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.
>
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
t?
Thanks,
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.
>
> >
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
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
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
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
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
9 matches
Mail list logo