8-4
templates/op_snews_focus.tpl
< div id = "save_msg" ></ div > |
< div class = "row" id = "sort" > |
<{foreach from=$all_focus key=i item=snews}> |
< div class = "col-sm-4" id="sn_<{$snews.sn}>"> |
< a href="index.php?sn=<{$snews.sn}>" style="cursor: move;"> |
< div class = "new-article top-shadow bottom-shadow" > |
< img src="<{$snews.cover}>" alt="<{$snews.title}>" class="cover img-thumbnail"> |
< div class = "latest-post" > |
< h4 ><{$snews.title}></ h4 > |
< p ><{$snews.summary}></ p > |
< div class = "alert alert-danger" > |
< script type = "text/javascript" > |
$(document).ready(function(){ |
$('#sort').sortable({ opacity: 0.6, cursor: 'move', update: function() { |
var order = $(this).sortable('serialize'); |
$.post('save_sort.php', order, function(theResponse){ |
$('#save_msg').html(theResponse); |