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
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
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(
3 matches
Mail list logo