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(){

      .......
});

沒有留言:

張貼留言