-------------------------------------------------------- <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; ...
Friday, 20 June 2014
Show/Hide in javascript
satish mallick
June 20, 2014
--------------------------------------------------- <a href="javascript:Show_('ename')">Show Content</a> <...
Thursday, 19 June 2014
-------------------------------------------------- <img id="imgk" src="images/smile.jpg" width="100" heig...
javascript Change image onmouseover
satish mallick
June 19, 2014
<img onmouseout="this.src='images/smile.jpg'" onmouseover="this.src='images/smile1.jpg'" src="i...
------------------------------------------------------------- <p id="yo"></p> <script> var currentDate = new...
Wednesday, 18 June 2014
Drop Down List URL Jump Box in javascript
satish mallick
June 18, 2014
--------------------------------------------------- <form name="jump"> <select name="slt" OnChange="...