layerUI下的绑定事件实例代码
时间:2021-07-17 08:10:10|栏目:JavaScript代码|点击: 次
实例如下:
$(document).on("click",".admin-side-friend",function(){ layer.open({ title: 'YouTube', maxmin: true, type: 2, content: 'video.html', area: ['800px', '500px'] }); });
实例如下:
$(document).on("click",".admin-side-friend",function(){ layer.open({ title: 'YouTube', maxmin: true, type: 2, content: 'video.html', area: ['800px', '500px'] }); });