开发者

Find internal link with input and create anchor click event

开发者 https://www.devze.com 2023-02-16 04:55 出处:网络
How can I find internal link with input 开发者_运维问答and create anchor click event with jquery. Q1: How can I find internal link with input

How can I find internal link with input 开发者_运维问答and create anchor click event with jquery.


Q1: How can I find internal link with input

i Dont understand what does this mean so i cant answer this.

Q2: create anchor click event with jquery.

<a href='javascript:' id="myAnchor">my anchor</a>



jQuery('#myAnchor').bind('click',function(){

    //my codes

});
0

精彩评论

暂无评论...
验证码 换一张
取 消