karma-runner / karma-ie-launcher

A Karma plugin. Launcher for Internet Explorer.
MIT License
59 stars 23 forks source link

How can we validate getAttribute("className") and getAttribute("class") #26

Closed vignesh1001 closed 10 years ago

vignesh1001 commented 10 years ago

http://www.impressivewebs.com/7-javascript-differences-between-firefox-ie/

vignesh1001 commented 10 years ago

The IE Syntax: var myObject = document.getElementById("myElement"); myObject.style.filter = "alpha(opacity=80)";

The other bowser Syntax: var myObject = document.getElementById("myElement"); myObject.style.opacity = "0.5";

sylvain-hamel commented 10 years ago

@vignesh1001 would you please clarify your issue and explain how it is related to the karma-ie-launcher project?

vignesh1001 commented 10 years ago

Hi @sylvain-hamel Sorry its not related to karma-ie-launcher.

pkozlowski-opensource commented 10 years ago

OK, this was my impression as well that this is not something karma-related :-) Closing then.

vignesh1001 commented 10 years ago

I want to run cross browser analyze.so I want to check browser specific syntax in my existing js fils.