Open jquery ui tooltip programmatically with custom content -


I want to open jquery ui tooltip with a custom content tooltip in this way programmatically (do not hover) Any way?

  $ ('.link'). Tooltip ({content: function} {var $ this = $ (this); var extra = $ this text (); varLotext = "
About" + Extra + " Learn more in < post-text "itemprop =" text ">

mouseover () Try triggering the event Start the tooltip:

  $ ('. '). Tooltip (). Mouseover ();    

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -