<!DOCTYPE html>  < html >    < head >      < script  src =" http://code.jquery.com/jquery-1.5.js "> </...
Saturday, 23 January 2016
Tuesday, 17 November 2015
How to detect scroll position of page using jQuery ?
satish mallick
November 17, 2015
 $ ( window ). scroll (  function ()  {    var  scrolled_val =  $ ( document ). scrollTop (). valueOf ();   alert ( scrolled_val +  ' = ...
Wednesday, 3 June 2015
 <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d468727.7156769247!2d86.23190353981563!3d23.39055853025138!2m3!1f...
Saturday, 18 April 2015
scrolling sidebar in jquery
satish mallick
April 18, 2015
 <div id="sidebar">               <ul>                 <li><a href="#">sidebar</a></li...
Friday, 13 February 2015
Bounce Effect in css3
satish mallick
February 13, 2015
 <a id="scrollUp" href="#top" style="position: fixed; z-index: 2147483647;">Top</a>  <style>...
Tooltip in css3
satish mallick
February 13, 2015
 <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </he...
Wednesday, 11 February 2015
css3 arrow animation using jquery
satish mallick
February 11, 2015
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...