jQuery delete confirmation box

前端 未结 9 976
粉色の甜心
粉色の甜心 2020-12-24 11:26

In my jQuery am displaying my results in a table formatted output, a part of my jQuery is



        
9条回答
  •  独厮守ぢ
    2020-12-24 12:11

    Update JQuery for version 1.9.1 link for deletion is here $("#div1").find('button').click(function(){...}

提交回复
热议问题