开发者

Find internal link with input and create anchor click event

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜