Ajax In Firefox Plugin -


is there way send ajax request server firefox plugin? if yes how? if no, how have client server communication in firefox plugin?

i want json data server , manipulate dom object according client input.

i pretty beginner in plugin programming

regards, jishnu

from contentscript should add permissions access cross-domain content, urls want to:

"permissions": {     "cross-domain-content": ["http://example.org/", "http://example.com/"] } 

more info in documentation.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -