Choose a location:
posted 2/15/2013 by Raghav Khunger
Following is the snippet of JavaScript which will detect whether you are running IE8 version or not:
if ($.browser.msie && parseInt($.browser.version, 10) === 8) { alert('IE8'); } else { alert('Non IE8'); }
What kind of email newsletter would you prefer to receive from CodeAsp.Net? 18