Why don't you let jQuery handle the AJAX as well? The "." in your
email probably contains some interesting code if you've created the
call yourself:
$.get('someurl.php', data, function(response) {
$('.update_em').html(response).show();
});
http://docs.jquery.com/Ajax
Ciao,
Hamish
On A
Thanks upandhigh! Works like a charm with a class.
Cheers
Marco Antonio
On Thu, Apr 10, 2008 at 9:48 AM, upandhigh <[EMAIL PROTECTED]> wrote:
>
> but better to put them into on class
>
>
>
>
> $('.update_em').html(data.saida).show();
>
> then you don't need container + you can put them into s
but better to put them into on class
$('.update_em').html(data.saida).show();
then you don't need container + you can put them into separate parts
on the page
On Apr 10, 3:16 pm, "Web Specialist" <[EMAIL PROTECTED]>
wrote:
> Hi all.
>
> I have a response from Ajax call and I'll want to disp
why not to put both divs into one DIV container?
$('#update_id div').html("test").show();
On Apr 10, 3:16 pm, "Web Specialist" <[EMAIL PROTECTED]>
wrote:
> Hi all.
>
> I have a response from Ajax call and I'll want to display that in 2
> divs(header and footer in my form). Now I'm u
4 matches
Mail list logo