Viljami Salminen
|
c69930c4c6
|
Removes unnecessary closing tags
|
12 years ago |
Viljami Salminen
|
5ca300b94b
|
Remove unnecessary closing tags + switch to using newest jQuery
|
12 years ago |
Viljami S
|
a9e83e21d2
|
Fixes html comments
|
12 years ago |
Viljami S
|
2240ea6712
|
Merge branch 'master' of github.com:viljamis/ResponsiveSlides.js
|
12 years ago |
Viljami S
|
6df54e60b0
|
Dropping the support for jQuery 1.5.2 and below. Only 1.6 and up is supported from this point forward.
|
12 years ago |
Viljami Salminen
|
a564bf706f
|
Minifies new version with Google's closure compiler
|
12 years ago |
Viljami Salminen
|
ea2c40b9c6
|
Merge pull request #87 from i-like-robots/master
Don't use `:animated` pseudo selector
|
12 years ago |
Viljami S
|
df46381940
|
Adds Pull Request Guidelines
|
12 years ago |
Matt Hinchliffe
|
dbae274f0b
|
Fixed regression, not filtering for current slide
|
12 years ago |
Matt Hinchliffe
|
f99bf9d747
|
Avoid using :animated pseudo-selector
|
12 years ago |
Viljami S
|
64fef2f280
|
Update the description to include that the plugin has been tested up to jQuery 1.8.2.
|
12 years ago |
Viljami S
|
93f8fa22df
|
Update demos to use the newest jQuery
|
12 years ago |
Viljami S
|
0c57e6b314
|
Use custom namespace on all example slideshow as the css styles are then easier to understand.
|
13 years ago |
Viljami S
|
68eaff3be4
|
Remove classes that are used for namespacing from the html and let the plugin add them.
|
13 years ago |
Viljami S
|
7bcc4542da
|
v1.32
|
13 years ago |
Viljami S
|
579c083f0b
|
Clear the event queue when changing between active and inactive tabs in Chrome
|
13 years ago |
Viljami S
|
7af1d2b216
|
v1.32
|
13 years ago |
Viljami S
|
d6cee550e8
|
Adds correct version
|
13 years ago |
Viljami S
|
b478c13374
|
Updates the changelog (v1.32)
|
13 years ago |
Viljami S
|
1cc5418420
|
New callbacks
|
13 years ago |
Viljami S
|
264680cdeb
|
Updates changelog
|
13 years ago |
Viljami S
|
239c3ef969
|
v1.31
|
13 years ago |
Viljami S
|
1dd116ee2d
|
Text changes
|
13 years ago |
Viljami S
|
833a27c0d7
|
Adds author url
|
13 years ago |
Viljami S
|
6239d8e7f6
|
adds waitTime variable
|
13 years ago |
Viljami S
|
c2927cc2cc
|
Version 1.3
|
13 years ago |
Viljami S
|
d2b3ad8cdf
|
Updates the changelog
|
13 years ago |
Viljami S
|
425b546e07
|
Actually that "no-js support" doesn't have to be that complicated as the previous version was.
|
13 years ago |
Viljami S
|
05ebd95451
|
Adding better support for cases when JavaScript isn't available.
|
13 years ago |
Viljami S
|
3691d2323f
|
Changing only the version number
|
13 years ago |
Viljami S
|
9c0bc92aa5
|
Updates changelog
|
13 years ago |
Viljami S
|
d1b6f5fbbe
|
Fixes a typo.
|
13 years ago |
Viljami S
|
2809f5070d
|
Changes the way slideshow works if there's only one slide. (more in changelog)
|
13 years ago |
Viljami S
|
c0313e5d7e
|
Updates changelog (v1.24)
|
13 years ago |
Viljami S
|
e1a0590fc1
|
Bumps up the version to 1.24
|
13 years ago |
Viljami S
|
002c8414bd
|
New shorter url http://responsiveslides.com
|
13 years ago |
Viljami S
|
7eddb7918c
|
Fixes a bug with the previous button.
|
13 years ago |
Viljami Salminen
|
e85cf86a5f
|
Merge pull request #32 from jfilipe/master
Broken navigation
|
13 years ago |
Jason Filipe
|
17febf0820
|
jQuery 1.4 compatible navigation trigger fix.
|
13 years ago |
Jason Filipe
|
ff65fdea50
|
Navigation trigger equality check was using wrong comparison.
|
13 years ago |
Viljami S
|
f38975ab98
|
Adds max-width variable as it's used in so many places.
|
13 years ago |
Viljami S
|
0c762f2372
|
parseFloat(settings.maxwidth)
|
13 years ago |
Viljami S
|
a48a23c2b8
|
Change the demo to use the new 'speed' setting instead of the old 'fade'.
|
13 years ago |
Viljami S
|
92aa899601
|
Fixes a bug which caused the 'style="max-width: none;"' to be added even if the 'maxwidth' setting isn't used. Now the default configuration doesn't include any inline styles anymore.
+ This commit also removes one unnecessary variable from the plugin.
|
13 years ago |
Viljami S
|
5a38f27388
|
Remove unnecessary background: red
|
13 years ago |
Viljami S
|
d34f06de1a
|
Updates changelog
|
13 years ago |
Viljami S
|
cf4b4999ec
|
Adds 'header'
|
13 years ago |
Viljami S
|
f2c6252e95
|
Adds features list
|
13 years ago |
Viljami S
|
1d92696aa0
|
float: left; fixes scaling problems in IE6
|
13 years ago |
Viljami S
|
bda5523122
|
Moves local variables to top + other optimization
|
13 years ago |