See the Pen Onclick increase or decrease value in jQuery by satish mallick. -----------------------------------------------------...
Friday, 4 July 2014
Saturday, 21 June 2014
Pagination in Jquery
satish mallick
June 21, 2014
-------------------------------------------------------- <script type="text/javascript" src="js/jquery.js"></...
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...