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関数の1つにdivを生成し、その中にjqPlotチャートを作成したいと思います。このように宣言されていますvar plot1 = jQuery.jqplot ('chart_div', [chart1].....chart_divは後で作成されるため、DOMにはありません。.live()ここでまたはのようなものを使用する方法がわかりません.on()。
var plot1 = jQuery.jqplot ('chart_div', [chart1]
.live()
.on()