I\'ve an application which is basically a designer with preloaded controls where you can design your pages using the controls.
I have a jQuery plugin that is going to dynamically render a decent amount of HTML to the page. I want consumers of the plugin to be able to use it as is and for it to look the same no 开发者_C百科mat
How do I expose events to my plugin users? I know that I should use: $(\'#myPluginDiv\').trigger(\'eventName\', [\"foo\", \"bar\"]);
A repeating theme in my development work has been the use of or creation of an in-house plug-in architecture.I\'ve seen it approached many ways - configuration files (XML, .conf, and so on), inheritan
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this