Search Results

0
votes

jQuery resize not working at FireFox, Chrome and Safari

I might suggest something like this: 1) on page load, get width of your div and put it in a global variable 2) on execution of whatever operation directly or implicitly resizes that …
0
votes

Switching an image using jQuery

Wow. Answers come flying in, don't they? All of the above would work, but you could try this for a one-liner (it's untested)... image.attr("src", "Images/Tree" + ((image.attr("src" …