I got a css rule:
#imgwrapper {display: block;position: relative;width:auto;height:auto;}
so I got a hyperlink which, when it clicked, should add a css rule for #imgwrapper as follows:
#imgtarget, #imgwrapper img {cursor:crosshair;}
How can I do it?
I tried jquery.css () api, but it does not work.
nuttynibbles
source share