thanks everybody for the replies. i think i'm getting the hang of it.
i finally got the newsticker working. turns out i needed jquery 1.1.2
and not 1.2.2 for it to work.or it was something like that. but it
works now.

On Jan 24, 7:09 am, Sam Collett <[EMAIL PROTECTED]> wrote:
> You only need newsticker.pack.js in you head and have to add some code
> to make it load on statup, e.g. in <head>
>
> <script type="text/javascript" src="jquery-1.2.2.js"></script>
> <script type="text/javascript" src="jquery.newsticker.pack.js"></
> script>
> <script type="text/javascript">
> $( function() {
>     $("#newsticker").newsTicker();});
>
> </script>
>
> On Jan 24, 6:10 am, visitorQ <[EMAIL PROTECTED]> wrote:
>
> > well i tried posting some code but it didn't work for some reason and
> > it's a lot of crap so i think the best way you could help is to go to
> > this linkhttp://www.texotela.co.uk/code/jquery/newsticker/andtest
> > out the first example. see how you can get it to work on your own
> > development environments. and when you do, let me know how you did it
> > and why you think it's not working for me. like if there's something
> > that is obviously advanced about this or not. anyway. i really really
> > appreciate it guys.

Reply via email to