
$(document).ready(
function()
{
$('input[type=text]').tooltip();
$('input[type=submit]').tooltip();
 });
 
   
