enable input jquery

JavaScript
$('input').prop('disabled', false);
Source

Also in JavaScript: