Thu Mar 01 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
var htmlprice3m = $('.oct_2016_big_price_square.js_oct_2016_price.no_month').html()

if (htmlprice3m == 79) {
 $('.oct_2016_msrp_square').eq(0).css({visibility: 'hidden'})
}

var htmlprice6m = $('.oct_2016_big_price_square.js_oct_2016_price.no_month').eq(1).html()

if (htmlprice6m == 119) {
 $('.oct_2016_msrp_square').eq(1).css({visibility: 'hidden'})
}