I need jquery, or css only if possible,to swap background of class to make expand collapse button.
<div class="parrent">
<div class="expand_collapse"></div>
</div>
css
.expand_collapse{
background:url(/img/expand.png) 0 0 no-repeat;
}
On “parrent” click background should go between expand.png and collapse.png.
Thanx
HTML
CSS
jQuery
Link to example:
http://jsfiddle.net/TPAXz/