On Fri, May 23, 2008 at 05:11:58PM -0400, David Nedrow wrote: > > When I try to use this in a Wicket page, I'm getting a JavaScript > error noting: > > "Value undefined (result of expression $(window).width) is not > object." > > and the image doesn't resize with the window. I'm clearly missing some > subtlety here. > > -David
I'd guess that your page is not able to load jquery.js. The page has a relative URL to jquery.js, which may no longer be valid when paired up with the page URL from Wicket. jk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
