.deneme{
background : #EF5350;
color: #fff;
padding: 6px;
border-radius: 4px;
transition : 1s;
}
Javascript için jQuery kodları
$(".artilla").click(function(){
$(this).toggleClass("deneme");
}
.deneme{
background : #EF5350;
color: #fff;
padding: 6px;
border-radius: 4px;
transition : 1s;
}
$(".artilla").click(function(){
$(this).toggleClass("deneme");
}