Skip to content

Commit bb1dd5c

Browse files
committed
Updating documentation and repo links
1 parent 0daaeff commit bb1dd5c

9 files changed

+42
-42
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function(grunt) {
4747
options: {
4848
banner:
4949
'/**\n' +
50-
' * tooltipster http://iamceege.github.io/tooltipster/\n' +
50+
' * tooltipster http://calebjacob.github.io/tooltipster/\n' +
5151
' * A rockin\' custom tooltip jQuery plugin\n' +
5252
' * Developed by Caleb Jacob and Louis Ameline\n' +
5353
' * MIT license\n' +

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Compatible with Mozilla Firefox, Google Chrome, IE6+ and others.
66
Requires jQuery 1.10+ (or less, see the compatibility note in the doc).
77
Default css + js files = 10Kb gzipped.
88

9-
A reminder of options/methods lies below. For detailed documentation, visit http://iamceege.github.io/tooltipster/
9+
A reminder of options/methods lies below. For detailed documentation, visit http://calebjacob.github.io/tooltipster/
1010

1111
Standard options
1212
----------------

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"plugin",
88
"replacement"
99
],
10-
"homepage": "http://iamceege.github.io/tooltipster/",
10+
"homepage": "http://calebjacob.github.io/tooltipster/",
1111
"authors": [
1212
{
1313
"name": "Caleb Jacob",

dist/js/tooltipster.bundle.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/**
2-
* tooltipster http://iamceege.github.io/tooltipster/
3-
* A rockin' custom tooltip jQuery plugin
4-
* Developed by Caleb Jacob and Louis Ameline
5-
* MIT license
6-
*/
1+
/**
2+
* tooltipster http://calebjacob.github.io/tooltipster/
3+
* A rockin' custom tooltip jQuery plugin
4+
* Developed by Caleb Jacob and Louis Ameline
5+
* MIT license
6+
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {
99
// AMD. Register as an anonymous module unless amdModuleId is set
@@ -1411,7 +1411,7 @@ $.Tooltipster.prototype = {
14111411
if (!identical) {
14121412

14131413
// close the tooltip when using the mouseleave close trigger
1414-
// (see https://github.com/iamceege/tooltipster/pull/253)
1414+
// (see https://github.com/calebjacob/tooltipster/pull/253)
14151415
if (self.__options.triggerClose.mouseleave) {
14161416
self._close();
14171417
}
@@ -3340,7 +3340,7 @@ function transitionSupport() {
33403340

33413341
// we'll return jQuery for plugins not to have to declare it as a dependency,
33423342
// but it's done by a build task since it should be included only once at the
3343-
// end when we concatenate the main file with a plugin
3343+
// end when we concatenate the main file with a plugin
33443344
// sideTip is Tooltipster's default plugin.
33453345
// This file will be UMDified by a build task.
33463346

dist/js/tooltipster.main.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/**
2-
* tooltipster http://iamceege.github.io/tooltipster/
3-
* A rockin' custom tooltip jQuery plugin
4-
* Developed by Caleb Jacob and Louis Ameline
5-
* MIT license
6-
*/
1+
/**
2+
* tooltipster http://calebjacob.github.io/tooltipster/
3+
* A rockin' custom tooltip jQuery plugin
4+
* Developed by Caleb Jacob and Louis Ameline
5+
* MIT license
6+
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {
99
// AMD. Register as an anonymous module unless amdModuleId is set
@@ -1411,7 +1411,7 @@ $.Tooltipster.prototype = {
14111411
if (!identical) {
14121412

14131413
// close the tooltip when using the mouseleave close trigger
1414-
// (see https://github.com/iamceege/tooltipster/pull/253)
1414+
// (see https://github.com/calebjacob/tooltipster/pull/253)
14151415
if (self.__options.triggerClose.mouseleave) {
14161416
self._close();
14171417
}

index.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
<header>
5353
<div id="social">
5454
<div id="github">
55-
<iframe src="http://ghbtns.com/github-btn.html?user=iamceege&repo=tooltipster&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
55+
<iframe src="http://ghbtns.com/github-btn.html?user=calebjacob&repo=tooltipster&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
5656
</div>
5757
<div id="tweet">
58-
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Tooltipster - A powerful &amp; degradable jQuery tooltip plugin" data-via="iamceege" data-related="iamceege">Tweet</a>
58+
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Tooltipster - A powerful &amp; degradable jQuery tooltip plugin" data-via="calebjacob" data-related="calebjacob">Tweet</a>
5959
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
6060
</div>
6161
<div id="gplus">
@@ -64,7 +64,7 @@
6464
</div>
6565
<nav>
6666
<ul>
67-
<li><a href="https://github.com/iamceege/tooltipster/archive/master.zip">Download</a></li>
67+
<li><a href="https://github.com/calebjacob/tooltipster/archive/master.zip">Download</a></li>
6868
<li><a href="#demos">Demos</a></li>
6969
<li><a href="#getting-started">Get started</a></li>
7070
<li><a href="#options">Options</a></li>
@@ -99,7 +99,7 @@ <h1>
9999
</div>
100100

101101
<div id="download">
102-
<a href="https://github.com/iamceege/tooltipster/archive/master.zip" class="button alt">Download</a>
102+
<a href="https://github.com/calebjacob/tooltipster/archive/master.zip" class="button alt">Download</a>
103103
</div>
104104
</section>
105105

@@ -173,7 +173,7 @@ <h2>Getting Started <a href="#">&#8657;</a></h2>
173173

174174
<h3>1. Load jQuery and include Tooltipster's files</h3>
175175

176-
<p>After you <a href="https://github.com/iamceege/tooltipster/archive/master.zip">download Tooltipster</a>, load jQuery and include Tooltipster's CSS and JavaScript files in your page.<br /></p>
176+
<p>After you <a href="https://github.com/calebjacob/tooltipster/archive/master.zip">download Tooltipster</a>, load jQuery and include Tooltipster's CSS and JavaScript files in your page.<br /></p>
177177
<pre class="prettyprint">
178178
&lt;head&#62;
179179
&lt;link rel="stylesheet" type="text/css" href="tooltipster/dist/css/tooltipster.bundle.min.css" /&#62;
@@ -184,7 +184,7 @@ <h3>1. Load jQuery and include Tooltipster's files</h3>
184184
</pre>
185185
<p>Compatibility note: jQuery 1.7 is enough except if you need SVG support in IE (then use jQuery 1.10+). Tooltipster does not work at all with jQuery 1.8 in IE9.</p>
186186

187-
<p>Bonus: available on <a href="https://github.com/iamceege/tooltipster" target="_blank">GitHub</a> but also on <a href="https://www.npmjs.com/package/tooltipster" target="_blank">Npm</a>, <a href="https://libraries.io/bower/tooltipster" target="_blank">Bower</a> and <a href="https://www.jsdelivr.com/projects/jquery.tooltipster" target="_blank">jsDelivr</a>.<br />
187+
<p>Bonus: available on <a href="https://github.com/calebjacob/tooltipster" target="_blank">GitHub</a> but also on <a href="https://www.npmjs.com/package/tooltipster" target="_blank">Npm</a>, <a href="https://libraries.io/bower/tooltipster" target="_blank">Bower</a> and <a href="https://www.jsdelivr.com/projects/jquery.tooltipster" target="_blank">jsDelivr</a>.<br />
188188
Bonus 2: if you need .gz files, running <span class="code">grunt compress</span> will gzip all files within the dist folder.</p>
189189

190190
<h3>2. Set up your HTML</h3>
@@ -1447,7 +1447,7 @@ <h4>General information</h4>
14471447

14481448
<p>Sometimes, when a plugin adds no options or instance methods, or is auto-activated, you might not have to declare it in the options. Anyway, each plugin will give you its installation instructions.</p>
14491449

1450-
<p>Under the hood, Tooltipster's plugin system is built on our event system. Plugins register to the core and may react to Tooltipster's many events. A guide for plugin creation is available [here](https://github.com/iamceege/tooltipster/blob/master/plugins.md).</p>
1450+
<p>Under the hood, Tooltipster's plugin system is built on our event system. Plugins register to the core and may react to Tooltipster's many events. A guide for plugin creation is available [here](https://github.com/calebjacob/tooltipster/blob/master/plugins.md).</p>
14511451

14521452
<p>Let us know if you decide to create and share your own plugin, we will list it here!</p>
14531453

@@ -1676,11 +1676,11 @@ <h3 id="community">Community submitted use cases <a href="#usecases">&#8657;</a>
16761676

16771677
<p><a href="http://stackoverflow.com/questions/14741688/how-to-display-messages-from-jquery-validate-plugin-inside-of-tooltipster-toolti">Using Tooltipster alongside jQuery Validate</a> by <a href="https://github.com/sparky672">sparky672</a></p>
16781678

1679-
<p><a href="https://github.com/iamceege/tooltipster/issues/485">Using Tooltipster alongside Clipboard.js</a></p>
1679+
<p><a href="https://github.com/calebjacob/tooltipster/issues/485">Using Tooltipster alongside Clipboard.js</a></p>
16801680

1681-
<p><a href="https://github.com/iamceege/tooltipster/issues/538">An Angular directive for Tooltipster</a> by <a href="https://github.com/campbeln">campbeln</a></p>
1681+
<p><a href="https://github.com/calebjacob/tooltipster/issues/538">An Angular directive for Tooltipster</a> by <a href="https://github.com/campbeln">campbeln</a></p>
16821682

1683-
<p>Did you do something awesome with Tooltipster? <a href="https://github.com/iamceege/tooltipster/issues" target="_blank">Tell us</a> and we'll post it up here!</p>
1683+
<p>Did you do something awesome with Tooltipster? <a href="https://github.com/calebjacob/tooltipster/issues" target="_blank">Tell us</a> and we'll post it up here!</p>
16841684
</section>
16851685

16861686
<section id="faq">
@@ -1693,7 +1693,7 @@ <h4>"I need help to implement Tooltipster"</h4>
16931693

16941694
<h4>"I found a bug, how do I reach you?"</h4>
16951695

1696-
<p>Head on over to Tooltipster's issue tracker on GitHub: <a href="https://github.com/iamceege/tooltipster/issues">https://github.com/iamceege/tooltipster/issues</a></p>
1696+
<p>Head on over to Tooltipster's issue tracker on GitHub: <a href="https://github.com/calebjacob/tooltipster/issues">https://github.com/calebjacob/tooltipster/issues</a></p>
16971697

16981698
<p>Before opening a new issue, please be sure to search through the backlog to see if your bug has already been submitted. Thank you! :)</p>
16991699

@@ -1718,8 +1718,8 @@ <h4 id="faq_positioningissue">"The position of the tooltip is consistently incor
17181718
<ul>
17191719
<li>Make sure the cache is not disabled, either client-side (browser settings) or server-side (cache headers). Read above for explanations.</li>
17201720
<li>Generally speaking, if enabling the <span class="code">trackTooltip</span> option solves it, it's your tooltip content that changes size after opening.</li>
1721-
<li>Are you sure the position is actually incorrect? Read <a href="https://github.com/iamceege/tooltipster/issues/673" target="_blank">this issue</a>.</li>
1722-
<li>Is <span class="code">position: relative</span> set on the body? You probably shouldn't do that. Please read <a href="https://github.com/iamceege/tooltipster/issues/514" target="_blank">this issue</a> for instructions.</li>
1721+
<li>Are you sure the position is actually incorrect? Read <a href="https://github.com/calebjacob/tooltipster/issues/673" target="_blank">this issue</a>.</li>
1722+
<li>Is <span class="code">position: relative</span> set on the body? You probably shouldn't do that. Please read <a href="https://github.com/calebjacob/tooltipster/issues/514" target="_blank">this issue</a> for instructions.</li>
17231723
</ul>
17241724

17251725
<p>If the error still occurs, please open an issue on GitHub.</p>
@@ -1751,7 +1751,7 @@ <h4>"How compatible is Tooltipster with old versions of Internet Explorer ?"</h4
17511751
</section>
17521752

17531753
<footer>
1754-
Tooltipster, the <a href="http://iamceege.github.io/tooltipster/" class="white">javascript tooltip</a> library.<br />
1754+
Tooltipster, the <a href="http://calebjacob.github.io/tooltipster/" class="white">javascript tooltip</a> library.<br />
17551755
Developed and maintained by <a href="https://plus.google.com/116532683962309427991?rel=author" class="white">Caleb Jacob</a> and <a href="https://github.com/louisameline" class="white">Louis Ameline</a> under the <a href="http://opensource.org/licenses/MIT" class="white">MIT license</a>
17561756
</footer>
17571757
</div>

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url" : "http://calebjacob.com"
66
},
77
"bugs": {
8-
"url": "https://github.com/iamceege/tooltipster/issues"
8+
"url": "https://github.com/calebjacob/tooltipster/issues"
99
},
1010
"description": "A flexible and extensible jQuery plugin for modern tooltips.",
1111
"devDependencies": {
@@ -19,7 +19,7 @@
1919
"grunt-string-replace": "1.2.1",
2020
"grunt-umd": "3.0.0"
2121
},
22-
"homepage": "https://github.com/iamceege/tooltipster",
22+
"homepage": "https://github.com/calebjacob/tooltipster",
2323
"keywords": [
2424
"ecosystem:jquery",
2525
"jquery-plugin",
@@ -39,7 +39,7 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/iamceege/tooltipster.git"
42+
"url": "https://github.com/calebjacob/tooltipster.git"
4343
},
4444
"scripts": {
4545
"test": "echo \"Error: no test specified\" && exit 1"

plugins.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now let's start over with explanations.
4343

4444
## <a name="naming"></a>1. Find a name for your plugin
4545

46-
The plugin name must be namespaced in order to resolve conflicts in case somebody writes another plugin of the same name. Use your initials or something random. Preventing conflicts is explained in the [Plugins](http://iamceege.github.io/tooltipster/#plugins) section of the documentation.
46+
The plugin name must be namespaced in order to resolve conflicts in case somebody writes another plugin of the same name. Use your initials or something random. Preventing conflicts is explained in the [Plugins](http://calebjacob.github.io/tooltipster/#plugins) section of the documentation.
4747

4848
## <a name="level"></a>2. Determine if you'll work at core or instance level, or both
4949

@@ -69,11 +69,11 @@ The special private `__destroy` method of your plugin, if it exists, will be cal
6969

7070
## <a name="methods"></a>4. Create your public, protected and private methods
7171

72-
* Methods that do not start with an underscore are public, which means that the user will be able to call them, just like any of the native methods described in the [Methods](http://iamceege.github.io/tooltipster/#methods) section of the general documentation
72+
* Methods that do not start with an underscore are public, which means that the user will be able to call them, just like any of the native methods described in the [Methods](http://calebjacob.github.io/tooltipster/#methods) section of the general documentation
7373
* Methods that start with a single underscore are protected, which means that the user *should not* call them, but that other plugins may. Unless you plan on creating a plugin that can interact with others, you should not use them
7474
* Methods that start with a double underscore are private. The user won't be able to call them, and other plugins shouldn't try to
7575

76-
If two plugins add public/protected methods of the same name at the same level (core or instance), there will be a conflict. The way to resolve conflicts is described in the [plugins](http://iamceege.github.io/tooltipster/#plugins) section general documentation. There can be no conflicts between private methods.
76+
If two plugins add public/protected methods of the same name at the same level (core or instance), there will be a conflict. The way to resolve conflicts is described in the [plugins](http://calebjacob.github.io/tooltipster/#plugins) section general documentation. There can be no conflicts between private methods.
7777

7878
## <a name="tooltipster"></a>5. Use Tooltipster's protected methods
7979

@@ -125,7 +125,7 @@ There are also two instance protected properties that you can use: `instance._$t
125125

126126
## <a name="events"></a>6. Use Tooltipster's events
127127

128-
When something happens in Tooltipster, events get fired on the instance and/or core emitters. Most of the time, that's how you will add features: listening for a type of event and reacting to it. All events are listed in the [Events](http://iamceege.github.io/tooltipster/#events) section of the general documentation. And don't forget to use the protected event methods listed above.
128+
When something happens in Tooltipster, events get fired on the instance and/or core emitters. Most of the time, that's how you will add features: listening for a type of event and reacting to it. All events are listed in the [Events](http://calebjacob.github.io/tooltipster/#events) section of the general documentation. And don't forget to use the protected event methods listed above.
129129

130130
For example, when a tooltip must be opened, Tooltipster's main script does nothing but send a `reposition` event. Then it's `sideTip` who listens to this event and positions the tooltip on a side of the origin, and sends a `repositioned` event when it's done. When `follower` is used instead of `sideTip`, it does more or less the same thing.
131131

@@ -244,7 +244,7 @@ $('.tooltip').tooltipster({
244244
});
245245
```
246246
247-
Keep things simple and don't tell them to declare it as `'yourNamespace.yourPlugin'`, even if it would work. If your users run into a conflict with another plugin, tell them to read the [Plugins](http://iamceege.github.io/tooltipster/#plugins) section of the documentation.
247+
Keep things simple and don't tell them to declare it as `'yourNamespace.yourPlugin'`, even if it would work. If your users run into a conflict with another plugin, tell them to read the [Plugins](http://calebjacob.github.io/tooltipster/#plugins) section of the documentation.
248248
249249
## <a name="goodpractices"></a>10. Conventions and good practices
250250
@@ -432,7 +432,7 @@ If your plugin has instance methods, it will automatically be plugged upon initi
432432
433433
Sometimes it's fine because you want your plugin enabled only if the user explicitly asks for it. For example the `follower` plugin should not be enabled on all tooltips, in case the user wants to use `sideTip` on some of them.
434434
435-
But sometimes there is no harm in enabling a plugin on all tooltips and save the user the trouble of having to list it in the `plugins` option. That's the case for the [`SVG`](https://github.com/iamceege/tooltipster/blob/master/src/js/plugins/tooltipster/SVG/tooltipster-SVG.js) plugin which improves Tooltipster in case the origin is an SVG element, and does nothing if it's not. To achieve it, we just listen to the core for newly created instances and manually plug ourselves on these instances.
435+
But sometimes there is no harm in enabling a plugin on all tooltips and save the user the trouble of having to list it in the `plugins` option. That's the case for the [`SVG`](https://github.com/calebjacob/tooltipster/blob/master/src/js/plugins/tooltipster/SVG/tooltipster-SVG.js) plugin which improves Tooltipster in case the origin is an SVG element, and does nothing if it's not. To achieve it, we just listen to the core for newly created instances and manually plug ourselves on these instances.
436436
437437
```javascript
438438

src/js/tooltipster.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ $.Tooltipster.prototype = {
13891389
if (!identical) {
13901390

13911391
// close the tooltip when using the mouseleave close trigger
1392-
// (see https://github.com/iamceege/tooltipster/pull/253)
1392+
// (see https://github.com/calebjacob/tooltipster/pull/253)
13931393
if (self.__options.triggerClose.mouseleave) {
13941394
self._close();
13951395
}

0 commit comments

Comments
 (0)