JavaScript Files and Structure
This template contains 20 Javascript files.
1. jquery-1.4.2.min.js
2. jquery-ui.min.js
3. jquery.pretty_photo.js
4. cufon-yui.js
5. MyriadPro_All.font.js
6. CharisSIL.font.js
7. DroidSerif.font.js
8. Lobster.font.js
9. MgOpenModata.font.js
10. YanoneKaffeesatz.font.js
11. ie.js
12. DD_belatedPNG.js
13. script.js
14. jquery.nivo.slider.js
15. coin-slider.js
16. jquery.kwicks-1.5.1.js
17. jquery.easing.1.3.js
18. tabs.js
19. jquery.cycle.all.latest.js
20. jquery.cookie.js
1. JQuery is a library, Javascript, which significantly reduces the amount of code that the user has to write himself. P>
2. JQuery-UI is a plugin for the JQuery library that is responsible for animation-effects.
3. JQuery-plugin which responsible for lightboxes.
4. JQuery-plugin which is responsible for displaying decorative fonts.
5. Generated font-file for Myriad Pro.
6. Generated font-file for Charis SIL.
7. Generated font-file for Droid Serif.
8. Generated font-file for Lobster.
9. Generated font-file for Mg Open Modata.
10. Generated font-file for Yanone Kaffeesatz.
11. Custom settings for Internet Explorer.
12. JQuery-plugin that is responsible for transparency in png-files in Internet Explorer 6.0
There is also settings for the plugin: DD_belatedPNG.fix ('div, img, a, li');
13. User interface settings.
14. JQuery-plugin which is responsible for the Nivo-slider, also for setting up the plugin of uses parameters such as:
directionNav: false - hide/show "prev/next" slide button
captionOpacity: 1 - transparence of slider caption
controlNavThumbs: true - hides or shows thumbs navigation in Nivo-slider
controlNavThumbsFromAlt: true - allows to get url from alt of image
effect: 'random' - slider animation effects (random, sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade)
animSpeed: 500 - animation speed of slider (in milliseconds)
pauseTime: 7000 - duration of slide (in milliseconds)
pauseOnHover: true - not changes a slide when mouse on slider
1500 in the end - pause to load the slider
15. JQuery-plugin which is responsible for the Coin-slider, uses such parameters:
width: 980 - slider width in pixels
height: 380 - slider height in pixels
spw: 10 - horizontal amount of rectangles
sph: 4 - vertical amount of rectangles
delay: 5000 - duration of slide (in milliseconds)
sDelay: 30 - pause before each rectangle in animation (in milliseconds)
opacity: 0.9 - transperancy of slider caption
titleSpeed: 500 - caption fade speed (in milliseconds)
effect: '' - slider animation options (random, swirl, rain, straight)
navigation: true - show/hide navigation in slider
links : true - enables/disables slides links
hoverPause: true - not changes a slide when mouse on slider
16. JQuery-plugin for Kwicks-slider (accordion), has such parameters:
max: 700 - maximum width of active slide
duration: 1700 - slide opening speed (in milliseconds)
isVertical: false - vertical/horizontal slider
easing: 'easeOutBack' - slider animation effect (need JQuery Easing plugin)
17. JQuery Easing is a plugin for JQuery lybrary and it's responsible for animation effects.
18. Tabs is a jquery-plugin for JQuery lybrary that is responsible for tabs and accordions.
19. JQuery Cycle is a jquery-plugin for JQuery lybrary that is responsible for news, products and testimonials scrolls.
20. JQuery Cookie is a jquery-plugin for JQuery lybrary that is responsible for switching of color-schemes.