I have a css:afer Property with background image.Is there any way to change the background image using jQuery. My css class is like this
.ui-btn-dis-right:after {
width: 18px !important;
height: 11px !important;
background: url(../../../arrow.png) no-repeat center center !important;
margin-top: -6px;
content: "";
}
Could u please tell me how i can change the background image on click function using jQuery.