| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| File Sharing Portal | 2014-08-12 | ||
| t.txt | 2014-08-12 | 115 Bytes | |
| validation.txt | 2014-08-12 | 1.5 kB | |
| README.txt | 2014-08-12 | 2.0 kB | |
| searchr.php | 2014-08-12 | 1.7 kB | |
| profile.txt | 2014-08-12 | 349 Bytes | |
| pro.php | 2014-08-12 | 3.8 kB | |
| profile.php | 2014-08-12 | 1.3 kB | |
| p3.php | 2014-08-12 | 1.6 kB | |
| p3.txt | 2014-08-12 | 45 Bytes | |
| np2.php | 2014-08-12 | 590 Bytes | |
| p1.php | 2014-08-12 | 3.9 kB | |
| np.php | 2014-08-12 | 822 Bytes | |
| jquery-ui.js | 2014-08-12 | 451.7 kB | |
| LICENSE.txt | 2014-08-12 | 1.1 kB | |
| jquery-ui.css | 2014-08-12 | 33.2 kB | |
| jquery-1.10.2.js | 2014-08-12 | 283.0 kB | |
| jquery.flexslider-min.js | 2014-08-12 | 7.9 kB | |
| homepage.php | 2014-08-12 | 2.9 kB | |
| jquery.flexslider.js | 2014-08-12 | 19.2 kB | |
| homepage.css | 2014-08-12 | 1.1 kB | |
| homepage.html | 2014-08-12 | 2.9 kB | |
| f1.html | 2014-08-12 | 1.1 kB | |
| flexslider.css | 2014-08-12 | 3.1 kB | |
| demo.html | 2014-08-12 | 2.5 kB | |
| _DS_Store | 2014-08-12 | 6.1 kB | |
| Totals: 26 Items | 833.6 kB | 0 |
jQuery FlexSlider v1.7
http://flex.madebymufffin.com
Copyright (c) 2011 Tyler Smith
---
Changelog:
v1.7 (2011-09-10)
- Callback API features with start(), before(), after(), and end() options. All functions should include one parameter for the slider element. (ex. start: function(slider) {})
- Crossfade has been introduced through new CSS techniques
- pausePlay property added to support a dynamic pause/play element
- animationLoop property added to support non-looping sliders
- FlexSlider CSS further improved, including IE hacks to improve cross-browser design integrity
--
v1.6 (2011-08-30)
- Vast improvements to the plugin architecture
- Multiple instances of FlexSlider are now possible. (Please, consider your audience before going crazy with this)
- Removed the "show" animation option in interest of other things. Use animationDuration: 0, if needed.
- FlexSlider CSS has been updated. Use the v1.6 stylesheet!
--
v1.5 (2011-08-27)
- Improved mobile support by adding "touchstart" to bound events
- Implemented solution for no javascript fallback (relies on user, and prepares for html5 boilerplate/modernizr classes)
--
v1.4 (2011-08-23)
- Added "manualControls" property to allow for custom, non-dynamic control navigation
- Added "show" animation to allow for instant transitions between slides
--
v1.3 (2011-08-18)
- Made slide animation a continuous scroll effect, rather than jumping back to start/end
- Cleaned up code and created better test cases for different slider scenarios. The slider is a lot more bulletproof as of this update.
--
v1.2 (2011-08-16)
- Fixed some code redundancies
- Added "randomize" property to randomize slide oder on pageLoad
- Added "touchSwipe" property for swipe gestures on iOS and Android devices (no Android device to test this, but it should work)
- Fixed minor bugs in jQuery 1.3.2 where navigation was not appending correctly
--
v1.0 2011-08-14 (Release)
- Free to use under the MIT license