See the Pen    Show and Hide Password button in JavaScript .    
Thursday, 5 December 2019
Monday, 11 November 2019
Fixed table head - CSS-only
satish mallick
November 11, 2019
     See the Pen    Fixed table head - CSS-only  by satish mallick ( @satishmallick )   on CodePen .     
Tuesday, 17 September 2019
Disabe an “option” using javascript on a jquery chosen dropdown
satish mallick
September 17, 2019
     See the Pen    disabe an “option” using javascript on a jquery chosen dropdown  by satish mallick ( @satishmallick )   on     
Monday, 9 September 2019
Get current URL with jQuery?
satish mallick
September 09, 2019
  To get the path, you can use:   var pathname = window.location.pathname; // Returns path only (/path/example.html)  var url      = window....
Thursday, 5 September 2019
Set window to fullscreen (REAL fullscreen; F11 functionality) by javascript
satish mallick
September 05, 2019
     See the Pen    Set window to fullscreen (REAL fullscreen; F11 functionality) by javascript     
Wednesday, 28 August 2019
Jquery to show div on scroll down only
satish mallick
August 28, 2019
      See the Pen    Jquery to show div on scroll down only  by satish mallick ( @satishmallick ).     
How to sticky header without jumping during scroll?
satish mallick
August 28, 2019
      See the Pen    How to center sticky header without it jumping during scroll?  by satish mallick ( @satishmallick ).