0
Why if i run code jquery .slideToggle("slow"); sometimes ther any problem ex : button or span don't slide ? What's wrong ?
jquery problem
5 Respuestas
+ 10
Do you mean in your code?
https://code.sololearn.com/WNq5jU7Q7sFi/?ref=app
Because your syntax is totally incorrect, fix it:
$(document).ready(function(){
$(".aku").click(function(){
$(".aku1").slideToggle("slow");
})
})
In addition, a black background with a black text = you can't see anything, set as "white" the color of your text, fix it:
.aku1 {
display:none;
color:white;
}
This is a fixed demo of your code: https://code.sololearn.com/Wq6KlgDEXOnt/?ref=app
+ 2
bakekok bunda :"v
+ 1
no on this, its on my pc i have change the background to black on my project but its same this code jquery not run
0
for mr maz thanks for demo
0
ndazmu kekok