<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>evolutionTip jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75786/evolutiontip-jquery-plugin</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>evolutionTip jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75786/evolutiontip-jquery-plugin</link><pubDate>Fri, 08 Mar 2024 17:51:42 GMT</pubDate><guid isPermaLink="false">76aa87a8-5fad-400b-9400-9b5c45ac0577</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75786/evolutiontip-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:42&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.fn.evolutionTip&lt;/h3&gt;
&lt;p&gt;This plugin renders an intelligently-positioned tool tip over an element when the element is hovered. The tip&amp;#39;s content is read from a custom data attribute, falling back to &lt;code&gt;title&lt;/code&gt; and then &lt;code&gt;alt&lt;/code&gt;.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;p&gt;Register an element to display tool tips when hovered&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;selector&amp;#39;).evolutionTip(options);
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;template&lt;/code&gt;: [[template JavaScript API Module|template]] defining the markup of an individual tip.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;default&lt;/em&gt;: &lt;code&gt;&amp;#39;&amp;lt;div class=&amp;quot;tip&amp;quot;&amp;gt;&amp;lt;%= content %&amp;gt;&amp;lt;/div&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;attribute&lt;/code&gt;: Data attribute to prefer over &lt;code&gt;title&lt;/code&gt; and &lt;code&gt;alt&lt;/code&gt;.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;default&lt;/em&gt;: &lt;code&gt;&amp;#39;tip&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;horizontal&lt;/code&gt;: Identifies how to align the tip horizontally relative to the element. If not defined, automatically determined. Values: left, center, or right.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;default&lt;/em&gt;: undefined&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;vertical&lt;/code&gt;: Identifies how to align the tip vertically relative to the element. If not defined, automatically determined. Values: above, below.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;default&lt;/em&gt;: undefined&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>