All Projects → ananthakumaran → Jquery Doc.el

ananthakumaran / Jquery Doc.el

jQuery api documentation interface for emacs

Features

  • provides completion source for auto-complete and company-mode
  • provides a command jquery-doc to lookup the documentation for a method in jquery

Installation

  • setup auto-complete or company-mode
  • add jquery-doc.el and jquery-doc-data.el to load-path
(require 'jquery-doc)
(add-hook 'js2-mode-hook 'jquery-doc-setup)

Updating API data

If you'd like to update the API data to the latest version available you can use the jquery-doc-fetch-and-generate-data command.

Warning: it may take a few seconds to parse all the data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].