I\'m trying to get a simple conditional statement to work, and running into problems. The failing code:
$(document).ready(function(){ var wwidth = $
if (wwidth > 321 && wwidth < 481) { //do something }