---------------------------------------------------------- <script src="https://code.jquery.com/jquery-1.10.2.js"></scr...
Tuesday, 19 August 2014
Wednesday, 6 August 2014
custom fadein fadeout jQuery Slider
satish mallick
August 06, 2014
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>Simple fadein fadeout jQuery ...
Thursday, 31 July 2014
custom browse button in javascript and css
satish mallick
July 31, 2014
<script> function browse(a){ document.getElementById("uploadFile").value = a.value; } </script> <styl...
Wednesday, 30 July 2014
...................in javascript.................................... <input type="text" oncopy="return false" onpas...
Wednesday, 23 July 2014
ASCII code in javascript
satish mallick
July 23, 2014
See the Pen Get ASCII code in javascript by satish mallick ( @mallick_satish ) on CodePen . ----------------------------...
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> ...