Programming Note
2011年10月13日 星期四
[jQuery] Bind the Render Item
Use this jQuery Function < live >
var render_string = "<li>" + .... + "</li>";
$(render_string).appendTo("ul");
$("#ul").live('click', function(){
.......
});
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言