here is my code: $(function () { $('.slideArnd').click(function () { $('dt a, dd, h1, h2, h3, h4, p, img').slideUp( | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

here is my code: $(function () { $('.slideArnd').click(function () { $('dt a, dd, h1, h2, h3, h4, p, img').slideUp(

hi guys i have the following jquery code and i want the effects to be applied repeatedly,so i am thinking of using the setInterval() method to get it to repeat.My problem is i hav eno idea how to implement the method in jquery code.

5th Apr 2021, 11:21 AM
CedyAdvance
2 Answers
0
Please use Code Playground to share code,use the question title to describe the question.
6th Apr 2021, 3:05 AM
Wilbur Jaywright
Wilbur Jaywright - avatar
0
Okay let me do that
6th Apr 2021, 8:01 AM
CedyAdvance