use jquery to toggle disabled attr code example Example: jquery toggle attribute disabled $('#el').prop('disabled', function(i, v) { return !v; });