I have the following code to create some element:
< 5条回答 时光说笑 (楼主) 2020-12-28 17:18 You can use the .live for this: $('body').live('click','#idDinamicElement', function(){ // your code here }); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You can use the .live for this:
$('body').live('click','#idDinamicElement', function(){ // your code here });