
November 30th, 2012, 01:31 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 13
  
Time spent in forums: 3 h 23 m 4 sec
Reputation Power: 0
|
|
|
Why dont this work
<script> $(document).ready(function () { if ((window).width < 2024) { $("#ads").hide(); alert("hide"); } else { $("#ads").show(); alert("show"); } }); </script>
why dont this work its using jquery
|