Line 742: | Line 742: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
Line 869: | Line 858: | ||
$('#tooltip').toggle(); | $('#tooltip').toggle(); | ||
}); | }); | ||
+ | |||
+ | $('a').tooltip({ | ||
+ | disabled: true, | ||
+ | close: function( event, ui ) { $(this).tooltip('disable'); } | ||
+ | }); | ||
+ | |||
+ | $('a').on('click', function () { | ||
+ | $(this).tooltip('enable').tooltip('open'); | ||
+ | }); | ||
</script> | </script> |
Revision as of 08:20, 31 October 2017