Changes

Jump to: navigation, search

Labs/Ubiquity/jQuery in Ubiquity

2 bytes added, 00:56, 6 September 2008
no edit summary
// get the active document
 
var doc = Application.activeWindow.activeTab.document;
// find div.foo in the body of that document
 
jQuery('div.foo', doc.body);
18
edits

Navigation menu