I've done a search, and I've found a few results, but none that seem to work - hoping someone can help me or point me in the right direction.
I have a web page with jQuery loaded and a 3rd party script, News Ticker. I have an existing site with this working fine with no problems, however, when I copy the code to another side, I keep getting:
Uncaught TypeError: Object #<Object> has no method 'newsticker'
The code causing this error is the following:
$(document).ready(function() {
$("#guestbook").newsticker();
});
The News Ticker script details can be seen at their site - http://www.texotela.co.uk/code/jquery/newsticker/.
Thanks in advance!