javascript Lighting selected Div
-
Got it.
div
Class('.item')
anddiv
Yes.button
Class('.order')
♪ That's it.div
There's a few on the page. Like a push..order
Enlighten thediv
? (LAUGHS)background
)
-
$(document).ready(function(){ $(".order").click(function(){ $(this).parent().css("background-color","green"); }) })