i am tying to display set of image on click of checkbox but its not showing image on click of checkbox this is html code Star Family (Ru. 59)
</div>
this in script
<script >
$(document).ready(function(){
$('.cboxes').change(function(){
var image=$(this).siblings(".content").find("img");
if ($(this).prop('checked')){
image.show();
}
else{
image.hide();
}
}
);
});
Aucun commentaire:
Enregistrer un commentaire