0
結合
jQuery的代碼是這樣的:寫jQuery代碼與引導
var $seatdiv = $('<div id = "seat'+i+'" class="seat-class"></div>')
.css({left: leftValue + 'px', bottom: bottomValue + 'px'});
我嘗試添加這種「引導」的代碼,但它不工作:
$seatdiv.popover({content:row_label+" "row_name+" " +column_label+ " "+column_name});
誰能告訴我如何我應該把這些代碼寫在一起? 乾杯。