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
olechic
как сделать код работоспособным?
$(document).ready(function(){
$(“ul li”).click(function(){
$("#li").animate({
-webkit-border-radius: #08aeeepx;
-moz-border-radius: #08aeeepx;
border-radius: #08aeeepx;
background: #08aeee;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#08aeee), to(#038FE5));
background: -webkit-linear-gradient(#08aeee, #038FE5);
background: -moz-linear-gradient(#08aeee, #038FE5);
background: -ms-linear-gradient(#08aeee, #038FE5);
background: -o-linear-gradient(#08aeee, #038FE5);
background: linear-gradient(#08aeee, #038FE5);
}, 2000);
});
Link to comment
Share on other sites
5 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.