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
|
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
|
cf4b4999ec
|
Adds 'header'
|
13 years ago |
Viljami S
|
bda5523122
|
Moves local variables to top + other optimization
|
13 years ago |
Viljami S
|
be32320dc4
|
New option to allow to choose where to append controls
|
13 years ago |
Viljami S
|
297b236316
|
Bug fixes + code optimization
|
13 years ago |
Viljami S
|
efc7457097
|
Adds callback events, 'namespace' option and better classes for next/prev buttons
|
13 years ago |
Viljami S
|
ec89915f15
|
Making it more readable
|
13 years ago |
Geckotokay
|
40f330174d
|
Added title for Next and Prev link.
|
13 years ago |
Daniel Schildt
|
051ffcd95d
|
Add newline to EOF for each of files
"Note that it is a good style to always put the newline as a last character if it is allowed by the file format."
http://stackoverflow.com/questions/5813311/git-no-newline-at-end-of-file
|
13 years ago |
Viljami S
|
17c7bc3f76
|
Bump up the version number
|
13 years ago |
Viljami S
|
2c01d2cddc
|
Adds two new options which enable to change the next/previous texts
|
13 years ago |
Viljami S
|
a215eb24c2
|
Fixing JS errors
|
13 years ago |
Viljami S
|
99c9857162
|
bind --> on
|
13 years ago |
Viljami S
|
1217c98be0
|
Changing classes
|
13 years ago |
Viljami S
|
835dcbcce2
|
Remove touchstart events
|
13 years ago |
Viljami S
|
14045785a8
|
Experimental prev/next navigation support
|
13 years ago |
Viljami S
|
cc31549810
|
Adds documentation of all options to the dev version
|
13 years ago |
Viljami S
|
4350e2852c
|
Make the versioning more clear in each file
|
13 years ago |
Viljami S
|
934c7cd239
|
Shorter versions
|
13 years ago |
Viljami S
|
35073affd5
|
Small refactoring
|
13 years ago |
Viljami S
|
b2307edbf3
|
Remove unused variable $img
|
13 years ago |
Viljami S
|
aa46493313
|
Separates "pagination" and "auto" options so you can choose both at the same time if wanted.
|
13 years ago |
Viljami S
|
1ee7b70d7d
|
Fixing most of the bugs
|
13 years ago |
Viljami S
|
df1d4a75f3
|
Adding parseFloat back
|
13 years ago |
Viljami S
|
d00046cf00
|
White space fixes + jslint + Prevent click/touch if animated
|
13 years ago |
Viljami S
|
c279d41a91
|
Next version
|
13 years ago |
Viljami S
|
671ea6d350
|
Switch to using touchstart event on touch screens. Bump up version number to 1.06
|
13 years ago |
Viljami S
|
e21df7c714
|
Removing one line.
|
13 years ago |
Viljami S
|
faf1bd2309
|
Makes the styling of pagination & multiple slideshows easier (all paginations and slideshows have now the same classes that you can use in your css).
|
13 years ago |
Viljami S
|
aa19c50f39
|
Changed settings/options handling. (by @bgutschke)
|
13 years ago |
Viljami S
|
08246017ff
|
No more need to specify the namespace if you need more than one slideshow on the same page. Also, bumps up the version number to 1.05.
|
13 years ago |
Bastian Gutschke
|
f24c063593
|
t was defined globally
|
13 years ago |
Viljami S
|
ac4d676817
|
Code refactoring to save more bytes
|
13 years ago |
Viljami S
|
89130ba128
|
* Fixes problems when using ResponsiveSlides.js with other jQuery plugins.
* Makes the tabMarkup minify better.
* Bump up the version number to 1.04.
|
13 years ago |
Viljami S
|
47346567ff
|
Small performance tweaks
|
13 years ago |
Viljami S
|
c2443d1670
|
Change $pagination to use 'tabsClass'
|
13 years ago |
Viljami S
|
b6d395c696
|
JSLint + Final optimization
|
13 years ago |
Viljami S
|
e467e060dc
|
Again smaller minified version (file size). Fixes #2
|
13 years ago |
Viljami S
|
8c903e8f7d
|
Revert back to 'namespace'.
|
13 years ago |
Viljami S
|
308c75381b
|
Revert back to 'namespace'.
|
13 years ago |
Viljami S
|
8dd2fbc30f
|
Removes unnecessary things, makes the plugin even smaller in file size and makes the performance a bit better on iOS. (+ changes the default namespace to shorter.)
|
13 years ago |
Viljami S
|
136eac5c2c
|
Whitespace
|
13 years ago |
Viljami S
|
e3dea2df16
|
New fix for the height + "active" class now uses the settings.namespace. Fixes #1
|
13 years ago |
Viljami S
|
5b0e6037e0
|
Remove couple unnecessary things and uses $slide instead of 'img' now everywhere. Also combines $pagination with the previous 'var' statement.
|
13 years ago |
Viljami S
|
14236a4882
|
New plugin name.
|
13 years ago |
Viljami S
|
3d3987e7bd
|
Move variables around + Change while loop to each();
|
13 years ago |