Widget:Twentytwenty: Unterschied zwischen den Versionen

Aus FürthWiki

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
<script type="text/javascript">
<script type="text/javascript">
$(function(){
$(function(){
   $('.twentytwenty-container').twentytwenty();
   $('.twentytwenty-container').twentytwenty({
    before_label: 'January 2017', // Set a custom before label
    after_label: 'March 2017', // Set a custom after label
  });
});
});
</script>
</script>
</html>
</html>