Hi. I've built a Bookmarklet based on Ben Almans jQuery enabled Bookmarklet.
The bookmarklet creates a an fills it with some data from a $.get('http://mydomain.com/request/') Request.
It works as long as I am on the same domain, but if I try to run it on another site, e.g. google the $.get() does not work.
I've also tried $.getJSON() and $.post(), but nothings seems to work. Hoping, that anyone can halp me!
(Please excuse my bad English, I am from Germany and 16 years old ;)