[jQuery] Re: jquery.form.js is not working under IE6/7.

2008-04-21 Thread Damian
Louis, Is the form data being submitted? On Apr 14, 6:34 am, lcordier <[EMAIL PROTECTED]> wrote: > I am using Ajax form posting. > > var options = { > dataType: 'xml', > beforeSubmit: post_request, > success: response_xml > }; > > $("#form").submit(function() { > $(this

[jQuery] Re: Ajax Calls + IE Issues

2008-04-20 Thread Damian
someone. On Apr 20, 3:24 pm, Damian <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently developing a small web application and IE (6 & 7 tested) > is not functioning as expected when submitting information via AJAX. > In each case, the data to be submited is being sen

[jQuery] Ajax Calls + IE Issues

2008-04-20 Thread Damian
Hello, I'm currently developing a small web application and IE (6 & 7 tested) is not functioning as expected when submitting information via AJAX. In each case, the data to be submited is being sent via a form that is brought into the page with a previous AJAX call. All other browsers (Firefox,

[jQuery] Finding Correct Element

2007-07-01 Thread Damian
Hi, Beginning jQuery user here. I am currently coding for my blog. I have a small options menu for each post on the page and I am using jQuery to hide this. I have added a graphic link on each post, that when clicked, would unhide the appropriate menu. Currently when I click any of these lin