abdfahim
Well-known member
Pretty sure I am missing something silly, but why my XF1 page node consists of plain HTML and jQuery is not working with XF2? It says couldn't load jQuery. Do I need to add jQuery separately?
Code:
<script>
jQuery(document).ready(function(){
..............
});
<div>
.......................
</div>
</script>