i got a css rule like this:
#imgwrapper {display: block;position: relative;width:auto;height:auto;}
so i got a hyperlink that when it's clicked, it should add a css rule to #imgwrapper like this:
#imgtarget, #imgwrapper img {cursor:crosshair;}
how should i do it??
i tried jquery .css() api but it aint working..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…