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

Why Is (0 || Eval) Not Treated As Indirect In Opera?

In strict mode, indirect calls to eval should have this bound to the global object in eval code. 1… Read more Why Is (0 || Eval) Not Treated As Indirect In Opera?

Javascript Not Working In Opera

This javascript works in Firefox, IE, Chrome but Not in Opera. How to make it cross browser compati… Read more Javascript Not Working In Opera

Focus With Cross-domain Ajax In Opera

You'll need Opera 9.62 to see what this is all about... Because that is the only browser that b… Read more Focus With Cross-domain Ajax In Opera

How To Exclude Added To Array Methods From Processing In "for..in" Loop? (javascript)

I've added some useful helpers to Array (such as toSource() for Opera). And now for..in returns… Read more How To Exclude Added To Array Methods From Processing In "for..in" Loop? (javascript)

Opera Preventdefault() On Keydown Event

I'm trying to embed some keybindings in my webapp, and I'm having hard times with Opera. I … Read more Opera Preventdefault() On Keydown Event

Difference In Jquery With Xml Namespace And Xhr.responsexml Between Opera And Firefox

Consider this: XML-problem Solution 1: It's not a bug in Opera. It's the correct behavior … Read more Difference In Jquery With Xml Namespace And Xhr.responsexml Between Opera And Firefox