-------------------------------------------------------- <script type="text/javascript" src="js/jquery.js"></...
Saturday, 21 June 2014
How to detect Safari, Chrome, IE, Firefox and Opera browser | JavaScript
satish mallick
June 21, 2014
--------------------------------------------------- var isOpera = !!window.opera || navigator.userAgent.indexOf('Opera') >= 0; ...