Top "Firefox3.5" questions

Version 3.5 of the Mozilla Firefox browser, which was released on 30 June 2009.

event.target on Firefox

var x = event.target||event.srcElement; document.getElementById(x.id).style.left = 200 + "px" ; document.getElementById(x.id).style.top = 100 + "px" ; …

javascript firefox dom-events firefox3.5
Should setting `checkbox.checked = false` not clear the HTML attribute too?

Here's my HTML: <input id="test" type="checkbox" checked=""> Here's a Firebug excerpt: >>> test <…

javascript dom firefox3.5
Count number of words in string using JavaScript

I am trying to count the number of words in a given string using the following code: var t = document.…

javascript internet-explorer-9 firefox3.5
Geolocation provider for Firefox that allows manual input

Are there any easy ways to override the default behaviors of the geolocation api and just hard code your current …

javascript geolocation firefox-addon firefox3.5
What does Firebug "XML cannot be the whole program" error message mean?

I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have …

javascript firebug firefox3.5
How to read directory using jQuery .ajax()?

Using jQuery .ajax() to read "./ex.html" returns the expected contents of the file in the first alert box. Using …

linux google-chrome jquery firefox3.5
Attempting to use Segoe font in browser

I want to render a page with fonts mostly being font-family:"Segoe" (that line goes in the appropriate class selectors …

css windows-7 fonts firefox3.5