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
Surya Kant
641
1.6k
641.7k
How to show loading icon while processing ?
Jun 17 2016 2:40 AM
Hii all;
I am not using ajax call simply i am calling a java script method not developed by me,
That means that java script method developed by some one else and i don't know what are the process what he doing inside this method.
The problem is while calling the method it taking some time to give the result so at that time i want to show processing icon and when the data comes then processing icon will be disable like ajax call; so any idea how to implement this.
Here is my code what i am doing :-
var
result = getAlldata(Id, VoucherNo);
if
(result.data!=
null
){
//Here to get result data it taking few times.
//doing some thing inside the page.
}
Regards:
Suryakant.
Reply
Answers (
2
)
How to merge two cells where table is created in Div tag ?
Normal CSS Different