portal html css js resource
$(document).ready(function(){ //处理点击事件,需要打开原生浏览器 $("body").on("click","a.advertsub",function(){ var adId = this.getAttribute('data-id'); console.log(adId) wlog("ad", adId ,"3"); return true; }) })