"))
.addClass("thumb")
.attr("src","'"+src+"'")
.attr("id",'thumb_'+no)
.prop("container",container)
.mouseover(function(){
clearTimeout(slide_interval);
thumbs.removeClass('thumb_selected').eq(no).addClass('thumb_selected')
main_image_scroller.stop().animate({top:'-'+(largeimageheight*no)},complete_cycle_slide);
if(auto_scroll==true)
{
current_thumb=no
current_thumb++;
if(current_thumb==images_number)
{
current_thumb=0;
current_cycle++;
}
if((current_cycle>stop_after)&&(stop_after!=0))
{
autoscroll=false;
return;
}
slide_interval=setTimeout(function(){
thumbs.eq(current_thumb).trigger("mouseover");
},auto_scroll_speed);
}
})
.mouseup(function(){
if(stop_on_click==true)
auto_scroll=false;
});
};
function newMain(src,no,container){
return $(document.createElement('div'))
.append($('
No comments:
Post a Comment
Silahkan berikan komentar Anda dengan ID di bawah: