I'm trying to use jquery on my weebly, site why it's not working ?

I'm trying to use jquery on my weebly, site why it's not working ?

I went in weembly to the Design tab then clicked on : Edit Html/Css
Then i uploaded the files of the jquery advanced news ticker. Downloaded from this link:


Then in my weebly i went to the Build tab and dragged Embed Code to the right.
Then inside there i added this code:

  1. <ul class="newsticker">
  2.     <li>Etiam imperdiet volutpat libero eu tristique.</li>
  3.     <li>Curabitur porttitor ante eget hendrerit adipiscing.</li>
  4.     <li>Praesent ornare nisl lorem, ut condimentum lectus gravida ut.</li>
  5.     <li>Nunc ultrices tortor eu massa placerat posuere.</li>
  6. </ul>

  7. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  8. <script src="files/theme/jquery.newsTicker.js"></script>

  9. <script>
  10. $('.newsticker').newsTicker();
  11. </script>

I tried to change/play with the src moved the files after theme then used themes then without jquery before the newsTicker. Then i added my site name like: http://www.mysite.weebly.com/files/theme.....

All this didn't work. I should see the text scrolling up but nothing happen.

What am i missing here ?