Title-As-Label jQuery Plugin Will set the title attribute as value of the input field, if no user input is supplied. Usage <input title="Some Description" type="text" /> <script> $(function () { $('input').titleAsLabel(); }); </script>