/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
vc-shortcodes
/
shortcodes
/
flip-box-advanced
/
js
/
Upload File
HOME
jQuery(document).ready(function($) { $('.mgt-flipbox .mgt-flipbox-front').each(function( index ) { $(this).attr('style', ($(this).attr('data-style'))); }); $('.mgt-flipbox .mgt-flipbox-back').each(function( index ) { $(this).attr('style', ($(this).attr('data-style'))); }); });