-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Thank you for great code.
Fond it does not work with $(this).
$("div.classname").oLoader('show') // works
But
$(this).oLoader('show') // does not work, as selector is ""
Specifing of selector is not always possible.
Seems code better to rewrite to store 'this' object references instead of selector srings.
Metadata
Metadata
Assignees
Labels
No labels