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});
谁能告诉我应该如何一起编写这些代码?干杯。