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

2008-12-18 Thread Brandnew
 am, Brandnew serend...@gmail.com wrote: 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

[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

[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 : div class=news a class=see_more href=See more/a CONTENT CONTENT div class=news_complete

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

2007-12-21 Thread Brandnew
(responseText){ // on error callback } }); On Dec 16, 10:33 am,Brandnew[EMAIL PROTECTED] wrote: 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

[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: Problem with IE6 - a click event doesn't work

2007-12-19 Thread Brandnew
, 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 event while everythink works fine with Mozilla. Here's

[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 eacute; or eagrave; If someone can answer both of our problems, would be great ! On Oct