在layui里面使用函数

2019-04-09  本文已影响0人  刘书生
$(document).on('click','.my-div',function(){
            console.log($(this).html())
            window.open("/details/school?name=" + $(this).html(), "iframes");
        });
上一篇 下一篇

猜你喜欢

热点阅读