| Issue 137: | jQuery Integration | |
| 7 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
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. |
||||||||
,
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. |
|||||||||
,
Aug 05, 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 |
|||||||||
,
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 | |||||||||