Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在其中一个 jquery 函数中生成了一个 div,现在我想在里面制作一个 jqPlot 图表。它是这样声明的var plot1 = jQuery.jqplot ('chart_div', [chart1]......因为 chart_div 是稍后创建的,它不在 DOM 中。我不知道如何在这里使用类似.live()or的东西.on()。
var plot1 = jQuery.jqplot ('chart_div', [chart1]
.live()
.on()