It is annoying that you can see the bulk buttons before $(document).ready(…
has finished buttonize them.
I have the options
- set all classes manually in the html <- much classes which could change in next version
- set body transparent or invisible until done
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.
then in