@hmarcks: this appears on line 3029 (really, over 3000 lines in this rendered page):
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
This is being put their somehow by your theme (Themeforest Spark theme?) This is the error that is showing up:
Timestamp: 7/20/2012 6:56:42 AM
Error: ReferenceError: jQuery is not defined
Source File: http://revelstokewhisky.com/revelV2/#contact
Line: 2992
jQuery is still being loaded at the end of the page, rather than at the beginning, so any function that relies on jQuery will not work, because it's not yet available. Resolve that error and your forms with conditional logic and AJAX will work fine.
Posted 12 years ago on Friday July 20, 2012 |
Permalink