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.
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.