我在我的应用程序中使用prototype进行javascript调用和在屏幕上更新数据。我的问题是,当我试图创建一个表时,我看到了一个例子:
var tableProto = new Element('table').update('<thead><tr><th>Situationth></tr></thead><tbody><tr><td>a</td><
我有一个这样的div: <span class="EventsRollupTitle">Health Lecture Events</spanbased on some filter, if filter is true, a tabel will get in there, </div>
使用jQuery时,如果