$(document).ready(function(){
    $('input.inputhint').inputhint();
});

