<?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/11/w/api-documentation/67156/evolutiontip-jquery-plugin</link><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/11/w/api-documentation/67156/evolutiontip-jquery-plugin</link><pubDate>Tue, 19 Nov 2019 20:28:51 GMT</pubDate><guid isPermaLink="false">be909b4b-ff01-40cf-a4f0-06c13926de87</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67156/evolutiontip-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:28:51&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_fn_evolutionTip" name="jQuery_fn_evolutionTip"&gt;&lt;/a&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;&lt;a id="Usage" name="Usage"&gt;&lt;/a&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;&lt;a id="Options" name="Options"&gt;&lt;/a&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>