摘要:
$("#wb_follow_btn").bind('DOMNodeInserted', function(e) { alert('element now contains: ' + $(e.target).html()); }); 阅读全文
摘要:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>判断打开的浏览器类型实现跳转</title> <style> #weixinStyle{ width:100%; display:none; text-align:center; 阅读全文