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