[removed].href doesn't redirect

后端 未结 10 1979
Happy的楠姐
Happy的楠姐 2020-12-18 17:40

I know this is a question much discussed but I can\'t figure out why it does not work for me.

This is my function:

function ShowComments(){

 alert(\         


        
10条回答
  •  梦毁少年i
    2020-12-18 18:23

    From this answer,

    window.location.href not working

    you just need to add

    return false;
    

    at the bottom of your function

提交回复
热议问题