Skip to content

Commit

Permalink
new version update to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pazuzu156 committed Feb 20, 2012
1 parent e58a9ba commit c9c903a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Expand Up @@ -65,7 +65,11 @@ <h2>Examples</h2>
<h3>Plugin Specifications</h3> <h3>Plugin Specifications</h3>
<p>In order to use the plugin, you need jQuery, which can be obtained by going to their <a href="http://www.jquery.com" target="_blank" class="ct" title="Use this link to get jQuery">website</a>. You also need the plugin itself, the stylesheet, and the arrow image to make it look more like a bubble. Here are the specs:</p> <p>In order to use the plugin, you need jQuery, which can be obtained by going to their <a href="http://www.jquery.com" target="_blank" class="ct" title="Use this link to get jQuery">website</a>. You also need the plugin itself, the stylesheet, and the arrow image to make it look more like a bubble. Here are the specs:</p>
<ul> <ul>
<li>It's easiest to use them on links, and that's all they have been tested on</li> <li><span style="text-decoration:line-through;">It's easiest to use them on links, and that's all they have been tested on</span>
<ul>
<li>Link is not needed. a, span, div, img all work</li>
</ul>
</li>
<li>Very simple to use: <li>Very simple to use:
<ul> <ul>
<li>Add the class to the element</li> <li>Add the class to the element</li>
Expand All @@ -92,7 +96,8 @@ <h3>How to Use It</h3>
<pre><code>&lt;a href=&quot;http://www.example.com&quot; class=&quot;ct&quot; title=&quot;This is where the tool tip text will go&quot;&gt;A Link&lt;/a&gt;</code></pre> <pre><code>&lt;a href=&quot;http://www.example.com&quot; class=&quot;ct&quot; title=&quot;This is where the tool tip text will go&quot;&gt;A Link&lt;/a&gt;</code></pre>
<hr> <hr>
<h3>Versions</h3> <h3>Versions</h3>
Version 1.0 <strong>Current</strong> Version 1.0.1 <em>Works with lots of tags now</em> | <strong>Current</strong><br>
Version 1.0 <em>Release</em>
</div> </div>
</div> </div>
<div id="footer"> <div id="footer">
Expand Down

0 comments on commit c9c903a

Please sign in to comment.