[_] fat javascript and flckering
Marek Wawro
marek.wawro at googlemail.com
Thu Dec 3 11:01:37 GMT 2009
Hi Guys,
I just had to solve problem of fat jquery webiste, on slow selver, which
effects in nasty flicker (ie jqTransform)
I did something like that:
<body style="display:none;">
<noscript>
<style type="text/css">
body {display:block !important;}
</style>
</noscript>
<script type="text/javascript">
$(document).ready(function() { $("body").show(); }
);
</script>
Is anybody seeing any obvious flaws in that case, I tested that in nonjs
browsers and IE6 +
Marek
--
Marek Wawro <marek.wawro at gmail.com>
website: http://www.flaber.net