$(".slider").mousewheel(function(event, delta){ //$('#galcarusel').stop().animate({top:'+='+(delta * 100)}, {duration:50}); var carusel = $('#galcarusel'); var top = carusel.css('top').replace('px','');
top = parseInt(top)+(delta *30);
max = carusel.parent().height()- carusel.height(); if(top >0) top =0; if(max > top) top = max;
<!-- Yandex.Metrika informer --> <ahref="http://metrika.yande...;from=informer" target="_blank"rel="nofollow"><imgsrc="//bs.yandex.ru/informer/307711/3_0_F2EAEAFF_D2CACAFF_0_pageviews" style="width:88px;height:31px;border:0;"alt="Яндекс.Метрика"title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)"onclick="try{Ya.Metrika.informer({i:this,id:307711,type:0,lang:'ru'});returnfalse}catch(e){}"/></a> <!-- /Yandex.Metrika informer -->
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
marianna9201
не оформлен код
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.