I want to style my div using jquery, i want to make it when i click the background become blue, when i unclick(i clicked on other part other than div in my page) the background become red. Sorry for my bad english
I want to style my div using jquery, i want to make it when
Share
With a click handler on
documentyou can capture all the click events, and if the click is not on your div, you can revert to redSee example: http://jsbin.com/oyunin/1/edit