- Code: Select all
<a href="comment/reply/810/846#highslide" onclick="return hs.htmlExpand(this, { contentId: '846',
objectType: 'ajax'} )">
Open Me!
</a>
<div class="highslide-html-content" id="my-content" style="width: 700px">
<div>
<a href="#" onclick="return hs.close(this)">
Close
</a>
</div>
<div class="highslide-body">
</div>
</div>
And everything opens and loads fine except for the Javascript the form uses. The error console says:
- Code: Select all
Uncaught ReferenceError: jQuery is not defined
(anonymous function)
hs.Ajax.loadHTML:1
hs.Ajax.getElementContent:1
xhr.onreadystatechange:1
Any ideas on how I can stop this conflict or whatever is happening?