jquery toggle attribute disabled

JavaScript
$('#el').prop('disabled', function(i, v) { return !v; });
Source

Also in JavaScript: