- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
var img = 'https://www.rosettastone.com/lp/globals/img/'
img += window.innerWidth <= 700 ? '4th-dropdown-mobile.jpg' : '4th-dropdown.jpg'
var $rto = "<a style='display:none' class='rto-july' href='/lp/sbsr/independence699'><img src='"+img+"' style='width:100%' /></a>"
var css = '<style> a.rto-july { background: url("https://www.rosettastone.com/lp/globals/img/4th-dropdown.jpg") no-repeat; } @media (max-width:700px) { a.rto-july { background: url(https://www.rosettastone.com/lp/globals/img/4th-dropdown-mobile.jpg) no-repeat; } }
$('#nav-wrap').prepend($rto)
$('.rto-july').slideDown().css({display: 'block'})
var img = 'https://www.rosettastone.com/lp/globals/img/'
img += window.innerWidth <= 700 ? '4th-dropdown-mobile.jpg' : '4th-dropdown.jpg'
var $rto = "<a style='display:none' class='rto-july' href=''><img src='"+img+"' style='width:100%' /></a>"
$('#nav-wrap').prepend($rto)
$('.rto-july').slideDown().css({display: 'block'})