Using jquery, all of my other livequery functions work fine, i am getting an error for this particular one...
$("[class*='welcome']").livequery("click", function(e){ etc.......
The error is:
Uncaught TypeError: Object #<Object> has no method 'livequery'
is it because of the wildcard? or a general jquery error?
Thank you