tags:

views:

106

answers:

2

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

+2  A: 

Look at this link.

ereOn
the first example is the one i required but the problem it should be continous no space should be there..
Vara Prasad.M
+3  A: 

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>
Pranay Rana
with out the plugin can't we do?
Vara Prasad.M
i think for that you have to go for pure javascript
Pranay Rana