Saturday 15 June 2013

Use jQuery to change CSS on OTHER divs -


OK so basically there are 3 divs, all standing vertically. Each has assigned its class (.inner1, .inner2 and .inner3) what I want to do, when you mouse over one of them, other 2 fade out 40% transparent The mouse at # 1 will have the ability to fade others in each, and the mouse over # 2 and 3 fade out at # 2, and fade out from # 1 and 3 ... Does this make sense?

Thanks a lot guys!

should do this for beginners

you mouseover And mouseleave can be used with event

  $ ('[* class * = internal]). ({Mouseover: function () {$ ('[class * = inner]') .No (this ()). ({Obscurity: 1}, 1000); () (): () ()}}) ;   



No comments:

Post a Comment