$(function() { $(".brand_view").colorbox({width:"460px", height:"600px"}); $(".size_view").colorbox({width:"750px", height:"400px"}); $(".slider").scrollable(); $(".slider1").scrollable(); var options2 = { zoomWidth: 460, zoomHeight: 519, title:false, position : 'right', xOffset :30 } $(".jqzoom").jqzoom(options2); var check; jQuery.each(jQuery.browser, function(i, val) { if(i=="mozilla") check = i; }); $(".text").css({opacity:"0"}); $("#productThumb .text").mouseover(function(){ if(check == "mozilla"){ $(this).css({opacity:"1"}); }else{ $(this).css({opacity:".8"}); } }).mouseout(function(){ $(this).css({opacity:"0"}); }); $('#pop_send').click(function() { alert('Handler for .click() called.'); }); var imgnum = 0; $('#productPageImages').cycle({ fx: 'fade', speed: 'fast', prev: '.prev', next: '.next', after: onAfter, timeout: 0, pagerAnchorBuilder: function(idx, slide) { imgnum = 1; } }); if(!imgnum){ $('#prev2').hide(); $('#next2').hide(); } /* $('#productPageImages').after('
'; document.getElementById('pop_send').innerHTML = ''; }