I used to bind event to my button like :
$(\"input[name=add]\").live(\"click\",function(){...});
But I got another function to make them \"
You can set the 'disabled' attribute to false by using:
$("input[name='add']").attr("disabled","disabled");