Skip to content
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

Closed
tanveer12332 opened this issue Jan 18, 2016 · 7 comments
Closed

$("#element").introLoader().stop(); not working #5

tanveer12332 opened this issue Jan 18, 2016 · 7 comments

Comments

@tanveer12332
Copy link

Uncaught TypeError: $(...).introLoader is not a function(…)

@Gix075
Copy link
Owner

Gix075 commented Jan 18, 2016

Hi, try to use the data method
var loader = $('#element').data('introLoader');
loader.stop();

Let me know.

@Gix075
Copy link
Owner

Gix075 commented Jan 18, 2016

@Gix075
Copy link
Owner

Gix075 commented Jan 20, 2016

Have you solved?

@tanveer12332
Copy link
Author

i use this code $('body').find('#element').remove();

@tanveer12332
Copy link
Author

yes is working fine i use this function var loader = $('#element').data('introLoader');
loader.stop(); thanks u

@tanveer12332 tanveer12332 reopened this Jan 27, 2016
@Gix075
Copy link
Owner

Gix075 commented Jan 27, 2016

Perfect! Tnx for using my plugin!

@Gix075 Gix075 closed this as completed Jan 27, 2016
@tanveer12332
Copy link
Author

but not working in IE : Unable to get property 'stop' of undefined or null reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants