| Current Path : /proc/self/root/home/wxcglxzi/public_html/wp-content/themes/voice/js/ |
| Current File : //proc/self/root/home/wxcglxzi/public_html/wp-content/themes/voice/js/metaboxes-post.js |
(function($) {
$(document).ready(function (){
$('body').on('click', 'img.vce-img-select', function(e){
e.preventDefault();
$(this).closest('ul').find('img.vce-img-select').removeClass('selected');
$(this).addClass('selected');
$(this).closest('ul').find('input').removeAttr('checked');
$(this).closest('li').find('input').attr('checked','checked');
});
});
})(jQuery);