See the Pen Get ASCII code in javascript by satish mallick ( @mallick_satish ) on CodePen . ----------------------------...
Wednesday, 23 July 2014
Wednesday, 16 July 2014
removeAttr(“href”) on anchor in javascript
satish mallick
July 16, 2014
----------------------------------------------- <script> function anchor(){ document.getElementById('rem').se...
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; ...