===========Scroll to a specific element===============           $('html, body').animate({              ...
Thursday, 29 September 2016
How to detect a click outside an element?
satish mallick
September 29, 2016
         $ ( window ). click ( function ()  {  //Hide the item if visible  });   $ ( '#item' ). click ( function ( event ){      eve...
apply CSS to half of a character using css
satish mallick
September 29, 2016
      <span class="half" data-content="S">s</span>  <span class="half" data-content="A...
Friday, 23 September 2016
How to resize the Google reCAPTCHA ?
satish mallick
September 23, 2016
             <div class="g-recaptcha" data-theme="light" data-sitekey="XXXX"   style="transform:scale(...
Thursday, 26 May 2016
How can I offset scrollTop to take into account the height of a sticky header?
satish mallick
May 26, 2016
 $ ( 'html, body' ). animate (  {  scrollTop :  element . offset (). top -  $ ( '#header' ). height ();  },  { duration :  4...
Wednesday, 25 May 2016
   jQuery fadein and fadeout slider        See the Pen    Custom fadeIn and FadeOut slider with next prev button  by satish mallick ( @satis...
Friday, 20 May 2016
instrumental-music-bar using css3
satish mallick
May 20, 2016
    <!doctype html>  <html>  <head>  <meta charset="utf-8">  <title>Untitled Document</title> ...