Do you avoid letting the screen go white?

Last updated by RebeccaLiu about 9 years ago.See history

Use jQuery or Ajax controls whenever possible to send requests without feedback on the process. This is to avoid a "white" blank page, while the page reloads. Similar ideas are like a save button that disables after the first click so it can't be hit multiple times.

Bad AjaxControls
Figure: Bad example - An Ajax control which automatically disables the save button would make this message unnecessary.

We open source. Powered by GitHub