【发布时间】:2011-03-21 14:54:35
【问题描述】:
我想更改它不起作用的助手 ID
$('.column1').draggable({
containment: '#sort' ,
helper:'clone',
connectToSortable:'#sort',
start: function(event,ui) {
i=counts[ 0 ]++;
document.getElementById('wid').value=i;
updateCounterStatus( $start_counter, counts[ 0 ] );
ui.helper.attr("id","colum2");
}
【问题讨论】:
标签: jquery jquery-ui draggable helper