My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips
Issue 137: jQuery Integration
8 people starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  maglion...@gmail.com


Sign in to add a comment
 
Reported by project member maglion...@gmail.com, Nov 3, 2009
This plugin provides basic jQuery integration. With it enabled, jQuery's $
function is available for any web page, with the full power of jQuery. It
also provides $w, $d, and $b objects which refer to the wrappedJSObjects of
the content window, document, and body respectively.

jQuery.js
41.8 KB   View   Download
Comment 1 by dhahler@gmail.com, Jan 25, 2010
Can you provide an update to 1.4?
Maybe it would make sense to load the most recent stable .js from somewhere like
http://ajax.googleapis.com/ajax/libs/jquery/$VERSION/jquery.min.js, so the plugin is
always up-to-date.
Comment 2 by dhahler@gmail.com, Aug 5, 2010
I've updated it and worked around some "Internal error: Too much recursion" (when the script was added to the document head).

It is available at: http://github.com/blueyed/dotfiles/blob/master/vimperator/plugin/jQuery.js
Comment 3 by project member maglion...@gmail.com, Aug 29, 2010
There was no need to change the evaluateXPath line. The error was caused by a bug in xmlToDom triggered by recent versions of Firefox (which I fixed locally some time ago).
Sign in to add a comment

Powered by Google Project Hosting