When calling a custom plugin, how can I get the current selector string?
$(\'my_selector p\').my_plugin();
Would like to output my_se
my_se
jQuery.fn.getSelector = function() { return this.data('selector'); };