Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(document).ready(function($) {
- // Image Options
- $('.of-radio-img-img').click(function(){
- $(this).parent().parent().find('.of-radio-img-img').removeClass('of-radio-img-selected');
- $(this).addClass('of-radio-img-selected');
- });
- $('.of-radio-img-label').hide();
- $('.of-radio-img-img').show();
- $('.of-radio-img-radio').hide();
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement