Hi, I am having the list items and the list items needs to be like marqueed using jquery
can u please give the answer as soon as possible
it is very urgent
Thanks in advance, Vara Prasad.M
Hi, I am having the list items and the list items needs to be like marqueed using jquery
can u please give the answer as soon as possible
it is very urgent
Thanks in advance, Vara Prasad.M
check this : http://wordcrowd.org/index.php?title=Rotating_marquee_with_jQuery_Cycle
jquery cycle plugin http://malsup.com/jquery/cycle/
Example :
<script type="text/javascript">
$(function() {
$('#marquee').cycle({
fx: 'fade',
pause: 1
});});
</script>