Fri Nov 24 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
var $threemclone = $('div.js_onemonth_toggle_3').clone();
$threemclone.find('[data-lvl]').attr('data-lvl','08');
//$threemclone.find('.oct_2016_msrp_square').css('visibility','hidden');
$threemclone.find('.oct_2016_product_square_header span').text('8-month');
$('div.js_onemonth_toggle_3').hide();
var $sixm = $('.js_oct_2016_product [data-lvl="06"]').closest('div.oct_2016_product_square');
$sixm.after($threemclone);