<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>
jmisasa/funny-word-switch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|