[jQuery] [Autocomplete] Form submit or link on mouse click or return key

2009-07-20 Thread koichirose
Hello, I'm using jQuery Autocomplete ( http://docs.jquery.com/Plugins/Autocomplete ) to display results from a php page. Since that is my only field, I want to submit the form when I click on the result or I press the 'return' key. How do I do that? The result is showing something like 'artist

[jQuery] [Autocomplete]

2009-07-20 Thread koichirose
Hello, I'm using jQuery Autocomplete ( http://docs.jquery.com/Plugins/Autocomplete ) to display results from a php page. Since that is my only field, I want to submit the form when I click on the result or I press the 'return' key. How do I do that? The result is showing something like 'artist

[jQuery] Unbind form submit after it has been submitted

2009-03-29 Thread koichirose
Hi! I'm using the jQuery form plugin ( http://malsup.com/jquery/form/ ). I have a form with this fields: And this script: $('#insertcomment').ajaxForm({ target: '#commentoutput', beforeSubmit: unbindlink, success: function() { $('#commentoutput').fadeIn(