-
Notifications
You must be signed in to change notification settings - Fork 113
error when attempting to destroy #10
Description
when attempting to call$('.miHolder').each(function(){$(this).hoverdir('destroy'); } ); gives an error "cannot call methods on hoverdir prior to initialization; attempted to call method 'destroy'"
The reason for the .each is the hoverdiv() only gets applied to the first .miHolder, even when using
why is this error occurring, what would prevent the elements from being recognized as initialized?
Thank you,
-N8