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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
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.