(data == 1){
>
> $(hit).children('hit_output').text(newvalue);
> $('#responseSuccess').slideDown(1000).fadeOut(4000);
>
> };
> });
> return false;
>
> });
>
> For the response message you could append it to the curre
Hello,
Here's what I've made. I have a lot of divs on different pages which
you can Digg (it's called hit). When I click on hit, I've made a code
that send Ajax data to a second page which record everything needed in
the database. That's working easily. But then, I need to add something
to that a
Hello,
I hope I'm more or less clear in my title.
I have this problem :
I have several DIVs which contains different infos (the content of
them is coming from a DB).
Exemple :
See more
CONTENT CONTENT
HIDDEN CONTENT HIDDEN CONTENT
When
,
> type: 'GET',// or 'POST'
> data: {email: email, type: type, nom: nom},
> success: function(responseText){
> // on success callback},
>
> error: function(responseText){
> // on error callback
>
> }
> });
>
> On Dec 16, 10:33 am,Brand
tand what that means, it seems that with IE6,
some ajaxSubmit (target div script) don't work. Is there anyway to
make it work ?
Thanks in advance !
Ced
On Dec 19, 1:30 pm, Brandnew <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm having trouble to make IE accept a "click
Hello,
I'm having trouble to make IE accept a "click" event while everythink
works fine with Mozilla. Here's a sample of my code :
$('#add').click(function(){
$('#spinner').show();
$('#dernier_enregistrement').hide(1000);
var type='add';
I have exactly the same problem... And didn't find yet an answer... I
have all sort of crazy characters... The "é", "è" and all that stuffs,
they make horrible things.
Even if on my PHP page which I load, I put é or &eagrave;
If someone can answer both of our problems, would be great !
On Oct 2
Hello,
i'm fairly new to the Jquery process, but i'm enjoying a lot learning
how to use it. Lately, I made my first attempt at using a "kind of
Ajax" page for the Newsletter of my website.
I couldn't use things like $.get or $.post because I surely don't use
them well since they don't work for m
8 matches
Mail list logo