Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firefox

Indexeddb Doesn't Reset Version When You Delete A Database On Chrome -- Bug Or User Error?

The following code throws an error in Chrome 35 (but not Firefox 29) if I set buggy to true. Since … Read more Indexeddb Doesn't Reset Version When You Delete A Database On Chrome -- Bug Or User Error?

Firebug Profiling Issue: "no Activity To Profile"

I want to try some different options with some javascript (jQuery) to see which is the fastest, how… Read more Firebug Profiling Issue: "no Activity To Profile"

Check If Firefox/firefox Os/firefox For Android

I'm working on a snippet for check if the browser is Firefox/Firefox OS/Firefox for Android. Th… Read more Check If Firefox/firefox Os/firefox For Android

Inheritence In Javascript

I get a strange bug when I implement inheritence in Javascript using prototypes. I am wondering if … Read more Inheritence In Javascript

Alternative To Window.close() Method For Chrome And Firefox

I want to close my window/tab when the close button is clicked on the same page. I used window.clos… Read more Alternative To Window.close() Method For Chrome And Firefox

Setinterval() Not Working On Firefox

Hi i'm quite new to java script and for some reason setInterval does not seem to work when i ru… Read more Setinterval() Not Working On Firefox