Skip to main content

Search and Top Navigation

Ticket #4998: tooltip-show.patch


File tooltip-show.patch, 0.5 KB (added by lnostdal, December 09, 2009 12:55PM UTC)
Index: ui/jquery.ui.tooltip.js
===================================================================
--- ui/jquery.ui.tooltip.js	(revision 3491)
+++ ui/jquery.ui.tooltip.js	(working copy)
@@ -50,6 +50,7 @@
 	
 	show: function(target) {
 		var self = this;
+                if(target === undefined) target = this.element;
 		this.current = target;
 		this.currentTitle = target.attr("title");
 		var content = this.options.content.call(target[0], function(response) {

Download in other formats:

Original Format