Anisa GreshamDEEB
New Member
I dont get this to work. I want the solution via the changeCSS function so I can pass different properties and values.\[code\]$("div").on("mouseover", changeCSS("opacity","0.5"));function changeCSS(prop,val) {$(this).css(prop, val);}\[/code\]