What is href=[removed];

前端 未结 8 896
天命终不由人
天命终不由人 2020-12-31 18:42

in a code which i am goin through there is a link has href=javascript:; in code.when it is clicked it opens a lightbox to show some msg with close button.how is it done.I th

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-31 19:06

    All this does is make a call to a Javascript function which executes some Javascript. Maybe posting the code as an example helps.

提交回复
热议问题