Opened 12 years ago
Closed 12 years ago
#6875 closed bug (notabug)
Redefining of content of Tooltip doesn't work
Reported by: | warmrobot | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
1.9m2 Neither getter, nor setter.
getter var content = $( ".selector" ).tooltip( "option", "content" ); setter $( ".selector" ).tooltip( "option", "content", function(response) { $.getJSON("tooltipcontent.html", response); } );
Note: See
TracTickets for help on using
tickets.
Please use the wiki or forums to provide feedback on milestone releases.