I wonder if anyne can help with this jQuery issue...
I am trying to set the height of a div layer on my site.
I am using this command
var test_height = 200;
$("div#wrapper-holder").height(test_height);
...but nothing seems to be happening. What am I doing wrong??
The page in context is here: http://bit.ly/1ar6KuR
Many thanks for any help that you can give...