Skip to content

Commit 7becb1e

Browse files
committed
fixed all links to css-tricks; fixed fx thumbnail demo
1 parent e1767d0 commit 7becb1e

File tree

11 files changed

+64
-54
lines changed

11 files changed

+64
-54
lines changed

README.textile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
h2. AnythingSlider jQuery Plugin
1+
h1. AnythingSlider jQuery Plugin
22

3-
A very robust jQuery-based slider plugin. Need to link to a specific slide? No problem. Like a choice of themes? Got it. Need callbacks for when specific slider actions happen? Sure. Need custom tab names? You got it. Need more than one slider per page? Easy.
3+
A very robust jQuery-based slider plugin. Need to link to a specific slide? No problem. Like a choice of themes? Got it. Need callbacks for when specific slider actions happen? Sure. Need custom tab names? You got it. Need more than one slider per page? Easy.
44

55
* Having problems with installing or getting the plugin to work? Ask your question in the "CSS-Tricks forums":http://css-tricks.com/forums/ or on "StackOverflow":http://stackoverflow.com/questions/tagged/anythingslider
66
* Find a bug or have an enhancement request? Submit it "here":https://github.com/CSS-Tricks/AnythingSlider/issues
@@ -23,4 +23,4 @@ CMS plugins/mods
2323

2424
* Wordpress plugin - "AnythingSlider-for-WordPress":https://github.com/jacobdubail/AnythingSlider-for-WordPress
2525
* Movable Type plugin - "mt-plugin-anythingslider":https://github.com/meancode/mt-plugin-anythingslider
26-
* Joomla 2.5 mod - "mod_anythingslider":https://github.com/CSS-Tricks/mod_anythingslider
26+
* Joomla 2.5 mod - "mod_anythingslider":https://github.com/CSS-Tricks/mod_anythingslider

css3.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
<a href="video.html">Video Demo</a>
9292
<a href="demos.html">FX Demos</a>
9393
<a class="current" href="css3.html">CSS3 Demo</a>
94-
<a class="play" href="http://jsfiddle.net/Mottie/aTKzP/">Playground</a>
95-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/wiki">Documentation</a>
96-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/zipball/master">Download</a>
97-
<a class="issue" href="https://github.com/ProLoser/AnythingSlider/issues">Issues</a><br><br>
94+
<a class="play" href="http://jsfiddle.net/Mottie/ycUB6/">Playground</a>
95+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/wiki">Documentation</a>
96+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/zipball/master">Download</a>
97+
<a class="issue" href="https://github.com/CSS-Tricks/AnythingSlider/issues">Issues</a><br><br>
9898
</div>
9999
<!-- End Links -->
100100

demos.html

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- jQuery (required) & jQuery UI (for this demo only) -->
1212
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css">
13-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
13+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
1414
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
1515
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
1616

@@ -51,10 +51,10 @@
5151
<a href="video.html">Video Demo</a>
5252
<a class="current" href="demos.html">FX Demos</a>
5353
<a href="css3.html">CSS3 Demo</a>
54-
<a class="play" href="http://jsfiddle.net/Mottie/aTKzP/">Playground</a>
55-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/wiki">Documentation</a>
56-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/zipball/master">Download</a>
57-
<a class="issue" href="https://github.com/ProLoser/AnythingSlider/issues">Issues</a>
54+
<a class="play" href="http://jsfiddle.net/Mottie/ycUB6/">Playground</a>
55+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/wiki">Documentation</a>
56+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/zipball/master">Download</a>
57+
<a class="issue" href="https://github.com/CSS-Tricks/AnythingSlider/issues">Issues</a>
5858
</div>
5959

6060
<h1>AnythingSlider FX Demos</h1>
@@ -102,7 +102,7 @@ <h3><a href="#">Demo 1 Notes</a></h3>
102102
<h3><a href="#">Header</a></h3>
103103
<div>
104104
<pre class="html"> &lt;!-- jQuery --&gt;
105-
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script&gt;
105+
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js&quot;&gt;&lt;/script&gt;
106106

107107
&lt;!-- Anything Slider optional plugins --&gt;
108108
&lt;script src=&quot;js/jquery.easing.1.2.js&quot;&gt;&lt;/script&gt;
@@ -126,8 +126,10 @@ <h3><a href="#">CSS &amp; HTML</a></h3>
126126
}
127127
/* CSS to expand the image to fit inside colorbox */
128128
#cboxPhoto { width: 100%; height: 100%; margin: 0 !important; }
129-
/* Change metallic theme defaults to show thumbnails -
130-
using #demo2 (page wrapper) to increase this CSS priority */
129+
/* Change metallic theme defaults to show thumbnails */
130+
div.anythingControls {
131+
bottom: 25px; /* thumbnail images are larger than the original bullets; move it up */
132+
}
131133
.anythingSlider-metallic .thumbNav a {
132134
background-image: url();
133135
height: 30px;
@@ -142,12 +144,12 @@ <h3><a href="#">CSS &amp; HTML</a></h3>
142144
visibility: visible; /* span changed to visibility hidden in v1.7.20 */
143145
}
144146
/* border around link (image) to show current panel */
145-
#demo2 .anythingSlider-metallic .thumbNav a:hover,
146-
#demo2 .anythingSlider-metallic .thumbNav a.cur {
147+
.anythingSlider-metallic .thumbNav a:hover,
148+
.anythingSlider-metallic .thumbNav a.cur {
147149
border-color: #fff;
148150
}
149151
/* reposition the start/stop button */
150-
#demo2 .anythingSlider-metallic .start-stop {
152+
.anythingSlider-metallic .start-stop {
151153
margin-top: 15px;
152154
}</pre>
153155
<br>
@@ -305,7 +307,7 @@ <h3><a href="#">Demo 2 Notes</a></h3>
305307
<h3><a href="#">Header</a></h3>
306308
<div>
307309
<pre class="html">&lt;!-- jQuery --&gt;
308-
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script&gt;
310+
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js&quot;&gt;&lt;/script&gt;
309311

310312
&lt;!-- Anything Slider optional plugins --&gt;
311313
&lt;script src=&quot;js/jquery.easing.1.2.js&quot;&gt;&lt;/script&gt;
@@ -500,7 +502,7 @@ <h3><a href="#">Demo 3 Notes</a></h3>
500502
<h3><a href="#">Header</a></h3>
501503
<div>
502504
<pre class="html"> &lt;!-- jQuery --&gt;
503-
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script&gt;
505+
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js&quot;&gt;&lt;/script&gt;
504506

505507
&lt;!-- Anything Slider optional plugins --&gt;
506508
&lt;script src=&quot;js/jquery.easing.1.2.js&quot;&gt;&lt;/script&gt;

demos/css/page.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ ul li { font: 15px Georgia, Serif; margin: 0 0 8px 0; }
7979

8080
/* Change metallic slider defaults to show thumbnails -
8181
using #demo2 (page wrapper) to increase this CSS priority */
82+
#demo2 div.anythingControls { bottom: 25px; }
8283
#demo2 div.anythingSlider-metallic .thumbNav a { background-image: url(); height: 30px; width: 30px; border: #000 1px solid; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
8384
#demo2 div.anythingSlider-metallic .thumbNav a span { visibility: visible; }
8485

expand.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
<a href="video.html">Video Demo</a>
4848
<a href="demos.html">FX Demos</a>
4949
<a href="css3.html">CSS3 Demo</a>
50-
<a class="play" href="http://jsfiddle.net/Mottie/aTKzP/">Playground</a>
51-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/wiki">Documentation</a>
52-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/zipball/master">Download</a>
53-
<a class="issue" href="https://github.com/ProLoser/AnythingSlider/issues">Issues</a>
50+
<a class="play" href="http://jsfiddle.net/Mottie/ycUB6/">Playground</a>
51+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/wiki">Documentation</a>
52+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/zipball/master">Download</a>
53+
<a class="issue" href="https://github.com/CSS-Tricks/AnythingSlider/issues">Issues</a>
5454
</div>
5555
<!-- End Links -->
5656

index.html

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@
141141
<a href="video.html">Video Demo</a>
142142
<a href="demos.html">FX Demos</a>
143143
<a href="css3.html">CSS3 Demo</a>
144-
<a class="play" href="http://jsfiddle.net/Mottie/aTKzP/">Playground</a>
145-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/wiki">Documentation</a>
146-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/zipball/master">Download</a>
147-
<a class="issue" href="https://github.com/ProLoser/AnythingSlider/issues">Issues</a>
144+
<a class="play" href="http://jsfiddle.net/Mottie/ycUB6/">Playground</a>
145+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/wiki">Documentation</a>
146+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/zipball/master">Download</a>
147+
<a class="issue" href="https://github.com/CSS-Tricks/AnythingSlider/issues">Issues</a>
148148
</div>
149149

150150
<h5><a href="http://css-tricks.com/examples/AnythingSlider/">Original</a> By <a href="http://css-tricks.com">Chris Coyier</a>,
151-
expanded upon by <a href="https://github.com/ProLoser/AnythingSlider/wiki/Credits">many others</a></h5>
151+
expanded upon by <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Credits">many others</a></h5>
152152

153153
<h1>AnythingSlider</h1>
154154

@@ -263,7 +263,7 @@ <h2>Features</h2>
263263
<li>Use keyboard navigation or tabs that are built and added dynamically (any number of panels).</li>
264264
<li>Link to specific slides or go forward or back one slide from static text links - go to <a href="#" id="slide-jump">Slide 4</a> (Quote #2) in second example.</li>
265265
<li>Each panel has a hashtag (can link directly to specific panels) or use the ID of an element inside the panel.</li>
266-
<li>Optional custom function for <a href="https://github.com/ProLoser/AnythingSlider/wiki/Navigation-Options">formatting navigation text</a>.</li>
266+
<li>Optional custom function for <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Navigation-Options">formatting navigation text</a>.</li>
267267
<li>Auto-playing slideshow (optional feature, can start playing or stopped).</li>
268268
<li>Pauses slideshow on hover (optional).</li>
269269
<li>Optionally play the slideshow once through, stopping on the last page.</li>
@@ -275,7 +275,7 @@ <h2>Features</h2>
275275

276276
<a name="default-options"></a>
277277
<h2>Default Options</h2>
278-
See the documentation for complete description of these options (<a href="https://github.com/ProLoser/AnythingSlider/wiki/Appearance-Options">appearance</a>, <a href="https://github.com/ProLoser/AnythingSlider/wiki/Navigation-Options">navigation</a>, <a href="https://github.com/ProLoser/AnythingSlider/wiki/Slideshow-Options">slideshow</a>, <a href="https://github.com/ProLoser/AnythingSlider/wiki/Callbacks-and-Events">callbacks &amp; events</a>, <a href="https://github.com/ProLoser/AnythingSlider/wiki/Video">video</a>, <a href="https://github.com/ProLoser/AnythingSlider/wiki/Interactivity-and-Miscellaneous-Options">interativity &amp; misc</a>).<br>
278+
See the documentation for complete description of these options (<a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Appearance-Options">appearance</a>, <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Navigation-Options">navigation</a>, <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Slideshow-Options">slideshow</a>, <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Callbacks-and-Events">callbacks &amp; events</a>, <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Video">video</a>, <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Interactivity-and-Miscellaneous-Options">interativity &amp; misc</a>).<br>
279279
<br>
280280
<blockquote>
281281
<pre class="js">$('#slider').anythingSlider({
@@ -363,27 +363,34 @@ <h2>Default Options</h2>
363363
<a name="known-issues"></a>
364364
<h2>Known Issues</h2>
365365
<ul>
366-
<li>Please refer to the <a href="https://github.com/ProLoser/AnythingSlider/wiki">documentation</a>.</li>
366+
<li>Please refer to the <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki">documentation</a>.</li>
367367
</ul>
368368

369369
<a name="changelog"></a>
370370
<h2>Changelog</h2>
371371

372-
Only the latest versions will be shown here. See the <a href="https://github.com/ProLoser/AnythingSlider/wiki/Change-Log">full change log here</a>.<br>
372+
Only the latest versions will be shown here. See the <a href="https://github.com/CSS-Tricks/AnythingSlider/wiki/Change-Log">full change log here</a>.<br>
373373
<br>
374374

375+
<h3>Moved Repo!</h3>
376+
<ul>
377+
<li>The AnythingSlider repo was "moved" from ProLoser/AnythingSlider to CSS-Tricks/AnythingSlider.</li>
378+
<li>Due to an issue, the repository was removed and all issues and links were lost, sorry for the inconvenience.</li>
379+
<li>The Wiki documents have been replaced, but as all of the jsFiddle demos were targetting the files from the previous location, they are most likely all broken. I will slowly update these demos and links as time permits.</li>
380+
</ul>
381+
375382
<h3>Version 1.8.6</h3>
376383
<ul>
377384
<li>Animation time can now be set to zero when using the API method.</li>
378-
<li>Fixed IE9 flashing in fade mode. Fix for <a href="https://github.com/ProLoser/AnythingSlider/issues/377">issue #377</a>.</li>
385+
<li>Fixed IE9 flashing in fade mode. Fix for <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/377">issue #377</a>.</li>
379386
<li>Modified fade mode to use the <code>resumeOnVisible</code> option:
380387
<ul>
381388
<li>If the option is true, non-current panels will have an opacity of zero and be hidden by having a lower z-index.</li>
382389
<li>If <code>resumeOnVisible</code> is <code>false</code> all non-current panels will be hidden. But because they are hidden (display:none), all videos will restart when they become visible again and there is no way to control it.</li>
383390
<li>Hopefully setting the option to false will fix the issues that mobile devices are having with video.</li>
384391
</ul>
385392
</li>
386-
<li>Fade mode no longer uses css to set the opacity. Hopefully this will fix <a href="https://github.com/ProLoser/AnythingSlider/issues/379">issue #379</a>.</li>
393+
<li>Fade mode no longer uses css to set the opacity. Hopefully this will fix <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/379">issue #379</a>.</li>
387394
<li>Updated the wiki documentation to include API functions.</li>
388395
</ul>
389396

@@ -395,24 +402,24 @@ <h3>Version 1.8.5</h3>
395402
<li>If true, the plugin will allow the user to rapidly click on the navigation tabs or arrows to skip slides quickly. The animation will jump to the end, so it may not appear as smooth when this option is false.</li>
396403
</ul>
397404
</li>
398-
<li>When using fade mode, the links in the first panel will now work properly. Fixes <a href="https://github.com/ProLoser/AnythingSlider/issues/346">issue #346</a>.</li>
399-
<li>When <code>showMultiple</code> and <code>changeBy</code> are more than one, and <code>infiniteSlides</code> is false, the slider will now properly show all of the slides. Fixes <a href="https://github.com/ProLoser/AnythingSlider/issues/356">issue #356</a>. Thanks to <a href="https://github.com/NewMediaRoc">NewMediaRoc</a> for sharing the code!</li>
405+
<li>When using fade mode, the links in the first panel will now work properly. Fixes <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/346">issue #346</a>.</li>
406+
<li>When <code>showMultiple</code> and <code>changeBy</code> are more than one, and <code>infiniteSlides</code> is false, the slider will now properly show all of the slides. Fixes <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/356">issue #356</a>. Thanks to <a href="https://github.com/NewMediaRoc">NewMediaRoc</a> for sharing the code!</li>
400407
</ul>
401408

402409
<h3>Version 1.8.4</h3>
403410
<ul>
404-
<li>The anythingControls div will no longer be added to the markup when empty. Fixes <a href="https://github.com/ProLoser/AnythingSlider/issues/342">issue #342</a>.</li>
405-
<li>Fixed error that occurs when buildArrows is false and stopAtEnd is true. Fix for <a href="https://github.com/ProLoser/AnythingSlider/issues/343">issue #343</a>. Thanks to <a href="https://github.com/lhwparis">lhwparis</a> for the code!</li>
411+
<li>The anythingControls div will no longer be added to the markup when empty. Fixes <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/342">issue #342</a>.</li>
412+
<li>Fixed error that occurs when buildArrows is false and stopAtEnd is true. Fix for <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/343">issue #343</a>. Thanks to <a href="https://github.com/lhwparis">lhwparis</a> for the code!</li>
406413
</ul>
407414

408415
<h3>Version 1.8.3</h3>
409416
<ul>
410-
<li>Fixed fade mode animation bug. It should now behave as the other modes in that rapid panel changes are ignored. Fixes <a href="https://github.com/ProLoser/AnythingSlider/issues/340">issue #340</a> (and maybe issues #338 &amp; #339?).</li>
417+
<li>Fixed fade mode animation bug. It should now behave as the other modes in that rapid panel changes are ignored. Fixes <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/340">issue #340</a> (and maybe issues #338 &amp; #339?).</li>
411418
</ul>
412419

413420
<h3>Version 1.8.2</h3>
414421
<ul>
415-
<li>Fixed <code>autoPlay</code> option. Fix for <a href="https://github.com/ProLoser/AnythingSlider/issues/331">issue #331</a>.</li>
422+
<li>Fixed <code>autoPlay</code> option. Fix for <a href="https://github.com/CSS-Tricks/AnythingSlider/issues/331">issue #331</a>.</li>
416423
<li>Removed IE conditional comments from demo files.</li>
417424
</ul>
418425

js/jquery.anythingslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
AnythingSlider v1.8.6
33
Original by Chris Coyier: http://css-tricks.com
4-
Get the latest version: https://github.com/ProLoser/AnythingSlider
4+
Get the latest version: https://github.com/CSS-Tricks/AnythingSlider
55
66
To use the navigationFormatter function, you must have a function that
77
accepts two paramaters, and returns a string of HTML text.

js/jquery.anythingslider.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"licenses": [
1010
{
1111
"type": "GPL3",
12-
"url": "https://github.com/ProLoser/AnythingSlider/blob/master/license.txt"
12+
"url": "https://github.com/CSS-Tricks/AnythingSlider/blob/master/license.txt"
1313
}
1414
],
1515
"dependencies": {
@@ -23,8 +23,8 @@
2323
"video"
2424
],
2525
"homepage": "http://css-tricks.com/3412-anythingslider-jquery-plugin/",
26-
"demo": "http://proloser.github.com/AnythingSlider/",
27-
"docs": "https://github.com/ProLoser/AnythingSlider/wiki",
26+
"demo": "http://css-tricks.github.com/AnythingSlider/",
27+
"docs": "https://github.com/CSS-Tricks/AnythingSlider/wiki",
2828
"maintainers": [
2929
{
3030
"name": "Rob Garrison",

simple.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<a href="video.html">Video Demo</a>
4949
<a href="demos.html">FX Demos</a>
5050
<a href="css3.html">CSS3 Demo</a>
51-
<a class="play" href="http://jsfiddle.net/Mottie/aTKzP/">Playground</a>
52-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/wiki">Documentation</a>
53-
<a class="git" href="https://github.com/ProLoser/AnythingSlider/zipball/master">Download</a>
54-
<a class="issue" href="https://github.com/ProLoser/AnythingSlider/issues">Issues</a><br><br>
51+
<a class="play" href="http://jsfiddle.net/Mottie/ycUB6/">Playground</a>
52+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/wiki">Documentation</a>
53+
<a class="git" href="https://github.com/CSS-Tricks/AnythingSlider/zipball/master">Download</a>
54+
<a class="issue" href="https://github.com/CSS-Tricks/AnythingSlider/issues">Issues</a><br><br>
5555
</div>
5656
<!-- End Links -->
5757

0 commit comments

Comments
 (0)