      // Run the script on DOM ready:
      $(function(){
            $('input').customInput();
      });