-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$("#element").introLoader().stop(); not working #5
Comments
Hi, try to use the data method Let me know. |
This is the demo of .stop() usage |
Have you solved? |
i use this code $('body').find('#element').remove(); |
yes is working fine i use this function var loader = $('#element').data('introLoader'); |
Perfect! Tnx for using my plugin! |
but not working in IE : Unable to get property 'stop' of undefined or null reference |
Uncaught TypeError: $(...).introLoader is not a function(…)
The text was updated successfully, but these errors were encountered: