Help, jquery seems to have stopped loading
I had edited a wiki page and everything was ok the last time I accessed the site but now I cannot click the login button (no dropdown) and other things are not working. If I manually login or look at the web console I see an error about the $ variable not being defined. It seems that what or where the jquery javascript gets loaded at in the templates is no longer working. I don't see any .js resources listed in my web debug as being loaded either, just .css. I check what settings I can think of and jquery is allowed. What can I be missing? This happens on all the pages. Tried clearing the cache also.
ReferenceError: Can't find variable: $
(anonymous function)tiki-admin.php:1753
$(document).ready(function () {
$('.tooltips').tooltip({
'container': 'body'
});