I'm trying to implement DragTable on a page with multiple tables that reside on web blocks, which are nested inside another web block.
I set up the normal implementation that I have used in the past but this time when I launch the page I get this error in Chrome:
An exception occurred in the client script. Error: $(...).dragtable is not a function
And this error in IE11:
ReportLandingPage
Place the following outside of the blocks (in the page where you use them) in an expression with escape content set to "No"
<script src='../DragTable/js/jquery-ui.min.js' type='text/javascript'></script> <script src='../DragTable/js/DragTable.js' type='text/javascript'></script>