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
});
精彩评论