i'm trying to remove a div from the page (preferably prevent it from loading at all)but for now i'm settling on removing it after the page loads.i tried out these lines of codes here and it works. and the '#content' div gets removed.http://jsfiddle.net/fariskassim/FRYsJ/2/\[code\]<script type='text/javascript'>//<![CDATA[ $(window).load(function(){ $('#content').remove();});//]]> </script>\[/code\]but i tried implementing it on a site im working on, but the '#content' div doesnt get removed from the page. any idea what's wrong? link:http://stage.bravo-company.info/luchatest/