I have 2000 line of JavaScript code. When I run this JavaScript code it will taking long time. Now I want to show loader on page while executing this this JavaScript like ajax loader. I short I want client side loader for client side code.
Server Side code - Ajax Loader
Client side code - ?
Can any one tell me how to do this. Thank you for your help.