TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aniket Narvankar
528
2.1k
604k
Jquery Recursive Function Call
Sep 3 2015 12:50 AM
function BetBgGlow() {
if (check == 0) {
$("#" + betbg).css('background-image', 'url(images/Betbg.png)').show();
betbgglow = setTimeout(function () { $("#" + betbg).css('background-image', 'url(images/BetGlow.png)').show(); }, 200);
betbgwinglow = setTimeout(BetBgGlow, 500);
}
else {
clearTimeout(betbgglow);
clearTimeout(betbgwinglow);
$("#" + betbg).css('background-image', 'url(images/Betbg.png)').show();
}
}
I have to call BetBgGlow function till check is 0,that I have done but using setTimeout,but I have to call a function recursively without using setTimeout or setInterval method.Please let me know how this could be done using jquery.
I am stuck on this.
Reply
Answers (
1
)
Rotate Multiple Images to 90 Degrees and save them.
create a function for only alpha in Asp.Net using jQuery