好的--我已经知道如何使用jquery拖放排序ui了。我还了解了如何用表中的时间数据填充jquery列表。但是..。我正面临着另一堵砖墙。
以下是test.php的脚本
<?php
session_start();
// include database connection file, if connection doesn't work the include file will throw an error message
include '../schedule/include/db_connect.php';
$date1 = "10/
我正在使用jQuery Sortable成功地拖放重新排序的表行。我还尝试在每一行上添加一个move to top row按钮。我可以将行移动到顶部,但是在移动该行时,为POST创建序列化数组顺序的jQuery可排序不会更新。这就是我所拥有的:
HTML
<table>
<thead>
<tr>
<th> </th>
<th>Id</th>
<th>Name</th>
</tr>
</thead>
<tbody
我有数据,我正在访问的ajax从一个Cold聚变组件。我正在尝试以可排序的jQuery ui格式显示数据,但可排序功能无法工作。下面是我试图使用的代码。
$(document).ready(function() {
// get assets to display
var showid = <cfoutput>'#SESSION.Show#'</cfoutput>;
var html = "";
function assetsPost() {
$.ajax({
c