before i added the line:
$('form').submit(function(){
$('input[type=submit]', this).attr('disabled', 'disabled');
});
was working(sending the info with the post) , after i added that disable stuff to prevent double clicking, the form won't send the info but the disable is working and FORM not
please tell me, did i added wrong the line 5 ? should i add the disable code in another place ?
STILL NO SOLUTION !