Skip to content

Commit

Permalink
Demos: Fix broken links to themeroller
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Dec 9, 2013
1 parent 93ec756 commit d6815b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/tooltip/custom-style.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover <p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p> the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
<p>But as it's not a native tooltip, it can be styled. Any themes built with <p>But as it's not a native tooltip, it can be styled. Any themes built with
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> <a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
will also style tooltips accordingly.</p> will also style tooltips accordingly.</p>
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> <p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
<p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p> <p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p>
Expand Down
2 changes: 1 addition & 1 deletion demos/tooltip/default.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover <p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p> the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
<p>But as it's not a native tooltip, it can be styled. Any themes built with <p>But as it's not a native tooltip, it can be styled. Any themes built with
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> <a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
will also style tooltips accordingly.</p> will also style tooltips accordingly.</p>
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> <p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p> <p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>
Expand Down
2 changes: 1 addition & 1 deletion demos/tooltip/tracking.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover <p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p> the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
<p>But as it's not a native tooltip, it can be styled. Any themes built with <p>But as it's not a native tooltip, it can be styled. Any themes built with
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a> <a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
will also style tooltips accordingly.</p> will also style tooltips accordingly.</p>
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p> <p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p> <p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>
Expand Down

0 comments on commit d6815b7

Please sign in to comment.