All Projects → codezilla-nl → Slide Zilla

codezilla-nl / Slide Zilla

Licence: mit
Full page slides scroller that works on all screen sizes, no matter the content length

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Slide Zilla

Jquery Drawsvg
Lightweight, simple to use jQuery plugin to animate SVG paths
Stars: ✭ 759 (+4116.67%)
Mutual labels:  jquery
Trip.js
🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
Stars: ✭ 789 (+4283.33%)
Mutual labels:  jquery
Declarativ
A declarative HTML rendering library that is definitely not JSX.
Stars: ✭ 16 (-11.11%)
Mutual labels:  jquery
Jquery Animatenumber
jQuery animate number
Stars: ✭ 768 (+4166.67%)
Mutual labels:  jquery
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+4238.89%)
Mutual labels:  jquery
Raytools
A very simple lightweight jQuery Data Grid table that uses jQuery & Bootstrap.
Stars: ✭ 5 (-72.22%)
Mutual labels:  jquery
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+4094.44%)
Mutual labels:  jquery
Small Color Picker
jQuery color picker and button styles
Stars: ✭ 16 (-11.11%)
Mutual labels:  jquery
Jquery Dropdown
Bootstrap-style dropdowns with some added features and no dependencies.
Stars: ✭ 788 (+4277.78%)
Mutual labels:  jquery
Festivals
A Grails website that provides information about festivals
Stars: ✭ 5 (-72.22%)
Mutual labels:  jquery
Awesome Jquery
A curated list of awesome jQuery plugins, resources and other shiny things.
Stars: ✭ 770 (+4177.78%)
Mutual labels:  jquery
Must Watch Javascript
A useful list of must-watch talks about JavaScript
Stars: ✭ 6,545 (+36261.11%)
Mutual labels:  jquery
Jquery Rslitegrid
Input tabular data with your keyboard
Stars: ✭ 5 (-72.22%)
Mutual labels:  jquery
Domtastic
Small, fast, and modular DOM and event library for modern browsers.
Stars: ✭ 763 (+4138.89%)
Mutual labels:  jquery
Kubecon 2018
Slides from Kubecon 2018
Stars: ✭ 16 (-11.11%)
Mutual labels:  slides
Inspinia
This is only a copy of INSPINIA - Responsive Admin Theme
Stars: ✭ 755 (+4094.44%)
Mutual labels:  jquery
Hospital Management System
"Health Care hospital" Management System is designed for manage details about hospital patient,employee and rooms(10). Designed by using HTML / CSS / JS / JQUERY/ PHP (procedural php) / MYSQL.
Stars: ✭ 5 (-72.22%)
Mutual labels:  jquery
Correct By Construction
Correct by Construction : a presentation given at C++ on Sea 2020
Stars: ✭ 17 (-5.56%)
Mutual labels:  slides
Push State
Turn static web sites into dynamic web apps.
Stars: ✭ 16 (-11.11%)
Mutual labels:  jquery
Jquery Powertip
💬 A jQuery plugin that creates hover tooltips.
Stars: ✭ 822 (+4466.67%)
Mutual labels:  jquery

SLIDE-ZILLA

An easy to use plugin to create full screen page slides that supports all screen sizes, no matter the content length. Check out a demo at: http://codezilla-nl.github.io/slide-zilla/

Features

  • Support for mobile devices with media queries
  • Includes a navigation bar
  • Cross browser compatible Cross browser compatibility (IE9+, Chrome, Firefox, Safari and Opera)

How to use

  • Include jQuery on your page

  • Include slidezilla.js on your page

  • Include slidezilla.css for basic styling

  • Add the HTML markup to your page

<div id="page">
    <nav class="page-nav sz-nav-visible">
        <a class="sz-nav-handle" title="Menu" href="">
            <span class="fa fa-bars"></span> Menu
        </a>
        <ul class="sz-nav-items">
            <li><a href="#slide1">Slide 1</a></li>
            <li><a href="#slide2">Slide 2</a></li>
            <li><a href="#slide3">Slide 3</a></li>
        </ul>
    </nav>

    <section id="slide1">
        ...
    </section>

    <section id="slide2">
        ...
    </section>

    <section id="slide3">
       ...
    </section>

</div>
  • Link Slide-zilla to your HTML elements
 $('#page').slidezilla({
    navigation: '.page-nav',
    slide: 'section'
});

Get

Bower

bower install slide-zilla

NPM

npm install slide-zilla

ToDo

  • Events

If you have good ideas / tips about options / functionality, let me know!

Support

If you have any questions, problems or suggestions, feel free to submit a ticket! Also, pull requests with improvements, new features or other great stuff are always very welcome.

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].