stylehistory.js
Creates a chronological sequence of events like Curriculum Vitae / History
Erstellt einen Chronologischen Ablauf von Ereignissen wie einen Lebenslauf/Historie
Hier gehts zur Live Demo
Getting Started
This plugin is developed with jquery-1.11.2
Test it with other Versions!!!
Add to your HTML
How to use:
Über 15 Jahre Erfahrung in der Branche
Stephan Jäger
Historie:
Options
$(‘.style-history’).stylehistory({ chronologically:true ,reverseYear:false ,reverseMonth:false ,itemCount:0 ,marker:’dot’});
chronologically
Type: Boolean
Default value: true
Sort Array (1. by Year, 2. by Month)
Sortiert die Einträge (1. Jahre, 2. Monate)
reverseYear
Type: Boolean
Default value: false
Turn sorting years
Sortierung der Jahre umdrehen
reverseMonth
Type: Boolean
Default value: false
Turn sorting months
Sortierung der Monate umdrehen
itemCount
Type: Integer
Default value: 0
Itemscount to Show (0 == all events will show)
Die Anzahl der angezeigten Ereignisse (0 == Alle Elemente werden angezeigt)
marker
Type: String
Default value: dot
arrow or dot as yearmarker
Pfeil oder Punkte als Jahresmarker
Release History
1.0.4 Bug fix less
1.0.3 Minified fixed
1.0.2 Minified
1.0.1 Bugfix
1.0.0 Final Release