I\'ve narrowed my problem area down to the function below. It\'s part of a userscript I\'m writing. It works perfectly in Chrome, but doesn\'t work at all in Firefox/Greasemonkey. I\'ve tinkered with
I have a webpage with 4 tables.Each row contains two text boxes with numeric values. The textboxes are populated with data from the server.But,something strange happens.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I include remote JQuery and JQuery-UI from Google. The page works for Chrome and Opera, but in FF it seems the JQuery UI styles are not loaded. In Firebug, when I open the page code and check the css
In an experimental extension I am working on I use a function to get the source of a webpage and assign it to a variable. It worked perfectly fine. However I want to change the way it w开发者_StackOve
I want to have textboxes related to radiobuttons. Therefore each radio button should enable it\'s textbox and disable the others. However when I set the disabled attribute of textbox to true, it chang
I have a cert generated through a custom protocol and I would like to add it to a browsers store (and and all browsers: ie, firefox, chrome, safari) so that it can use it to authenticate. How can I ac
Recently I\'ve noticed that my application stated failing in FireFox 6 (works ok in Chrome) with following stack trace:
I would like to make an option dialog in my application. In this dialog I want to make kind of Areas surrounded with a border and with a title.
I am developing a Firefox addon. I need to create two buttons which exactly looks and operates like back and forward buttons. But the difference is I need to put my own icon inside them. I am complete