[jQuery] Access Methods outside plugin
i use a jsGrid plugin, but i need access a the method(populate)
populate outside the plugin.
How its possible.
I try:
$.jQuery.fn.jsGrid.populate();
$.jQuery.fn.jsGrid.fn.populate();
$.jsGrid.populate();
etc
and nothing working!!
Please helpme