Hello
I was working with this plugin to understand and so far it works create on its own.
I am having problems adding the buttons to start and stop the
my button code is for html is
“
“;
my javascript code is
$(document).ready(function(){
$(‘.demo1’).easyTicker({
direction: ‘up’,
visible: 1,
interval: 5500,
controls:{
up: ‘btnUp’,
down: ‘btnDown’,
toggle: ‘btnToggle’
}
});
});
Is there something wrong with it?
If cannot find the issue is it possible to put the working example back online since all demos on your site seem to have stoped working.
Thanks very much
Robert Warelis