Skip to content

jmisasa/funny-word-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

funny-word-switch

Demo

Usage

<h1>Find cheap flights to <span id="city"></span>.</h1>

<script>
var cities = [
  'London',
  'Berlin',
  'Madrid',
  'Copenhague',
  'Rome',
  'Vienna',
];

$(document).ready(function() {
  $('#city').funnyWordSwitch({
    words: cities,
    /*
    selectionColor: '#FFF',
    selectionBgColor: '#3399FF',
    speed: 100
    */
  });
});
</script>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors