[jQuery] IE7 problem with link and hover

2009-05-11 Thread alex.zeta
Hello to everybody, i have this page http://www.prismastand.it/prismanuovo/stand_personalizzati.php that, if viewed with ie7, doesn't display the selected "dot" link at the bottom if the page. Try to see it with ie7 and ff and you'll get what I mean. The dotted navigation tab is generated by jqu

[jQuery] Two ajax call on the same page - problem with response

2009-05-08 Thread alex.zeta
Hi, before posting my code, I'll try to explain the problem: i have two ajax calls on a single form, and have problems with responses from server. This is the situation: ajax1 = calls the php script that sends the email - and the script returns "OK" in case of success; ajax2 = binded to a link (

[jQuery] Two ajax call on the same page - problem with response

2009-05-08 Thread alex.zeta
Hi, before posting my code, I'll try to explain the problem: i have two ajax calls on a single form, and have problems with responses from server. This is the situation: ajax1 = calls the php script that sends the email - and the script returns "OK" in case of success; ajax2 = binded to a link (

[jQuery] Re: Safari 3.2.1 and $.ajax POST doesn't work

2009-04-28 Thread alex.zeta
a plugin, afaik. and how can I make the whole thing work correctly? P.S. i've followed the instructions of this tutorial: http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ > On Apr 27, 1:42 pm, "alex.zeta" wrote: > > >

[jQuery] Safari 3.2.1 and $.ajax POST doesn't work

2009-04-27 Thread alex.zeta
Hello to the ng; i have a form that should be submitted via ajax; it works of ff and ie, but doesn't in safari 3.2.1. I've simplified every page to isolate the problem: The html: Richiesta preventivo

[jQuery] sendmail with attachment using jquery ajax

2009-04-05 Thread alex.zeta
Hello to everybody, following the instruction here http://nettuts.com/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ http://nettuts.com/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ i was able to send form contents through ajax. But how can you make this

[jQuery] Accordion initial state after page changes

2008-12-15 Thread alex.zeta
Hello, I'm stuck with a simple jquery accordion script that is http://www.stevekrueger.com/jquery-accordion-tutorial/. The problem is that there are links inside my divs that brings to another page where the same accordion menu should be included and left opened at the same state like the previo