sortables.min.js 340 Bytes
jQuery(document).ready(function(t){jQuery(".subscribe-and-connect-network-fields tbody").sortable(),jQuery(".subscribe-and-connect-network-fields tbody").bind("sortstop",function(t,e){var r="";jQuery(t.target).find("tr").each(function(t,e){t>0&&(r+=","),r+=jQuery(this).attr("id")}),jQuery('input[id="networks_order"]').attr("value",r)})});