Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default.js 686B

1234567891011121314151617181920
  1. var arrss = ["http://seo.chinaz.com/","https://beian.miit.gov.cn/"];
  2. jQuery('a').click(function(){
  3. var herfs = jQuery(this).attr('href');
  4. if(herfs.indexOf('http://www') < 0 && herfs.indexOf('https://www') < 0 && herfs.indexOf('weibo.com/') < 0 && herfs.indexOf('wpa.qq.com/') < 0 && jQuery.inArray(herfs, arrss) == -1){
  5. jQuery(this).attr('target','_self');
  6. }
  7. if(herfs == '/'){
  8. jQuery(this).attr('href','index.html');
  9. }
  10. });
  11. /*$("img").on("error", function () {
  12. $(this).attr("src", "http://moban.wpmbg.com/moren.jpg");
  13. });
  14. */
  15. //创建菜单栏
  16. //document.write("<scr"+"ipt src=\"/nav.js\" charset=\"utf-8\" language=\"JavaScript\"></sc"+"ript>")