1.只要加上title属性就可以 2.加上mouseOver事件 3.例如: $('#mytitle').on('mouseOver',function(){ var val=$('#mytitle').val(); $(this).attr('title',val); })