jQuery work fine in a Firefox extension and it's easy to manipulate the DOM of the current document with it.
If you need to call some web services then it will fail. I've solved the problem and tried to submit a path on the jquery-devel mailing list.
The problem is not solved since it require some too specific Firefox code. So if you need this, check the patch I've submitted and apply the changes in the ajax function by yourself.
hi.. hi
My code is
$.getJSON("http://localhost:3162/VirtualService/Settings.svc/GetAllCountries", function(data) {
this code returning me the list of countries in json format.
so what to do in the case of mozilla.. regards dsingh
Hi,
So you are not in a FF extension context. You may ask your question on the jquery mailing list.
Thanks gawel.
Why didn't you patch (or something similar) make it into jQuery? I'm a little worried if they didn't want it...
Read the whole thread. There's some arguments...