===========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...