Tagged Questions

2
votes
2answers
885 views

jQuery + Ubiquity: Return a document object from a URL

I'm trying to write a simple Ubiquity command that will run a query on Wolfram Alpha, and display the results in the Ubiquity preview object. I need to set the innerHTML of the preview object. I am ...
1
vote
1answer
93 views

Ubiquity CmdUtils.setSelection won't replace HTML

I'm attempting to write a Ubiquity command that allows you to replace a selected link or URL pointing to an image with that image itself. However, the CmdUtils.setSelection() function (documented ...
1
vote
2answers
4k views

jQuery.ajax call returns empty data container but the raw URL works!

I'm using a Greasemonkey script to pull data from the RSS feed here http://www.instapaper.com/folder/48337/rss/11185/QBV0RZfH4KBO7GwgrR3D8b7sv90 and insert it into a page with jQuery. The address ...