$(document).ready(function(){
var dd = $(‘.vticker’).easyTicker({
direction: ‘up’,
easing: ‘easeInOutBack’,
speed: ‘slow’,
interval: 2000,
height: ‘auto’,
visible: 1,
mousePause: 0,
controls: {
up: ‘.up’,
down: ‘.down’,
toggle: ‘.toggle’,
stopText: ‘Stop !!!’
}
}).data(‘easyTicker’);
cc = 1;
$(‘.aa’).click(function(){
$(‘.vticker ul’).append(‘
‘);
cc++;
});
$(‘.vis’).click(function(){
dd.options[‘visible’] = 3;
});
$(‘.visall’).click(function(){
dd.stop();
dd.options[‘visible’] = 0 ;
dd.start();
});
});
- Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.
- List 2
- List 3
- List 4
- List 5
- Hey… Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.






