$(document).ready(function() { 
    $("#demo img[title]").tooltip({tip: '#demotip'}); 
});
