 $(function(){
                        $('#tooltip').tooltip({
                        delay: 0,
                        showURL: false,
                        extraClass: \"pretty\",
                        bodyHandler: function(){
                                console.log(this);
                                return $(\"<img />\").attr(\"src\",this.src);
                        }
                        });
                        });

