JSON.stringify(value[, replacer [, space]])
$.post( "test.php", { name: "John", time: "2pm" } , function( data ) {
$( ".result" ).html( data );
} );
http://www.kirupa.com/html5/getting_mouse_click_position.htm
http://www.kirupa.com/html5/get_element_position_using_javascript.htm
http://stackoverflow.com/questions/6073505/what-is-the-difference-between-screenx-y-clientx-y-and-pagex-y
http://www.w3schools.com/cssref/sel_target.asp
http://www.w3schools.com/css/css3_animations.asp
http://www.w3schools.com/css/tryit.asp?filename=trycss3_animation3
http://www.w3schools.com/css/css3_animations.asp
https://www.webkit.org/blog/175/introducing-css-gradients/
http://24ways.org/2009/css-animations/
http://webdesign.tutsplus.com/articles/super-simple-lightbox-with-css-and-jquery--webdesign-3528
http://www.barelyfitz.com/screencast/html-training/css/positioning/
Jquery cdn
<script
src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
jquery ui
<link
rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>