It is annoying that you can see the bulk buttons before $(document).ready(... has finished buttonize them.
I have the options
both options have disadvantages.
Do you have any suggestions?
If you are only using html/java-script with jQuery then your options are limited to those languages. For instance if using a code behind language you could load the data for widgets before they are loaded on the client machine.
The easy method would be to hide the body.
<body style="visibility:hidden">
then in
$(document).ready(function(){
$('Body').css('visibility','visible');
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With