Login

“Attention is the new currency”

The more effortless the writing looks, the more effort the writer actually put into the process.

$(document).ready(function() { $("#loginForm").submit(function(e) { $("#saveBtn").attr("disabled", true); return true; }); });