Sortable Jquery table not working in new Jquery version -
i have table sorting function jquery version jquery-1.7.2. when upgrade jquery jquery-1.11.1 sorting function not working. how can solve this? here html code <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> <script src="http://code.jquery.com/jquery-1.7.2.js"></script> <script src="http://code.jquery.com/ui/1.8.18/jquery-ui.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <table id="sort" class="grid table-bordered table-striped" title="kurt vonnegut novels"> <thead> <tr><th class="index">no.</th><th>year</th><th>title</th><th>grade</th></tr> </thead> <tbody> <tr><td class="index">1...