$(document).ready(function(){
// Classes
// $("a").addClass("test").show().html("foo");

// code goes here
$('#form *').Tooltip();
});