javascript - jQuery sortable label click event is not working -
i created list sort few cities , using jquery-ui plugin draggable sorting. problem sorting working, when try serialize values nothing , when check chrome dev tools see following error: error: uncaught error: cannot call methods on sortable prior initialization; attempted call method 'serialize' jquery-1.8.3.min.js:487 v.extend.error jquery-1.8.3.min.js:487 (anonymous function) jquery-ui-1.10.1.custom.min.js:6 v.extend.each jquery-1.8.3.min.js:536 v.fn.v.each jquery-1.8.3.min.js:416 e.fn.(anonymous function) jquery-ui-1.10.1.custom.min.js:6 (anonymous function) dragcity.php:365 v.event.dispatch jquery-1.8.3.min.js:1141 o.handle.u jquery-1.8.3.min.js:1061 php/html code: <div class="row-fluid" id="sortable_portlets"> <div class="span4 column sortable"> <!-- begin portlet portlet--> <?php $lisres = mysql_query("select `cityid`, `name`, `cityodr` `tbl_city`"); ...