I used to bind event to my button like :
$(\"input[name=add]\").live(\"click\",function(){...});
But I got another function to make them \"
Try $("input[type=submit]").removeAttr("disabled"); to enable the button.
$("input[type=submit]").removeAttr("disabled");