[Table Column Reorder] An exception occurred in the client script. Error: $(...).dragtable is not a function
Question
dragtable
Web icon
Forge component by Justin Babel

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            

An exception occurred in the client script. Error: Object doesn't support property or method 'dragtable'



Any idea what could be causing this?   

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>
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.