----------------------------------------------- <script> function anchor(){ document.getElementById('rem').se...
Wednesday, 16 July 2014
Monday, 14 July 2014
how we can Get Last segment of URL in jquery
satish mallick
July 14, 2014
------------------------------------------------- <script src="https://code.jquery.com/jquery-1.10.2.js"></script> ...
how we can use f5 as a ctrl+f5 in jquery
satish mallick
July 14, 2014
-------------------------------------------------------- <script src="https://code.jquery.com/jquery-1.10.2.js"></scrip...
Friday, 4 July 2014
Onclick increase or decrease value in jQuery
satish mallick
July 04, 2014
See the Pen Onclick increase or decrease value in jQuery by satish mallick. -----------------------------------------------------...
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> <...