[jQuery] Re: Advice about Jquery selectors and updating content in DIV

2008-12-18 Thread Brandnew
(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

[jQuery] Advice about Jquery selectors and updating content in DIV

2008-10-21 Thread Brandnew
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

[jQuery] Problem of show and hide when I have several DIV and one only has to be affected

2008-04-02 Thread Brandnew
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

[jQuery] Re: Ajax with Jquery : "Load" or "$.get"

2007-12-21 Thread Brandnew
, > 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

[jQuery] Re: Problem with IE6 - a "click" event doesn't work

2007-12-19 Thread Brandnew
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

[jQuery] Problem with IE6 - a "click" event doesn't work

2007-12-19 Thread Brandnew
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';

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-12-18 Thread Brandnew
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

[jQuery] Ajax with Jquery : "Load" or "$.get"

2007-12-16 Thread Brandnew
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