$.get() can't load from chrome:// URIs (CORS restriction)
$.get("chrome://myext/content/snippet.html", function(data) {
alert(data);
});
Error[Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "chrome://myext/content/jquery-1.3.2.min.js Line: 19"] @ chrome://myext/content/snippet.html
Is there anyway I can get jQuery to load chrome:// resources (ie. files within my FireFox extension)