Creating Custom jQuery Plugins
Author a small plugin with options, chaining, and namespaced events.
Author a small plugin with options, chaining, and namespaced events.
Install plugins after jQuery, initialize on ready, destroy on teardown.
Suggest options as the user types from a local array or remote source.
Inject HTML fragments with .load() or AJAX + .html().