开发者

Open popup window if href is 'www.example.com'

开发者 https://www.devze.com 2023-03-27 04:17 出处:网络
I want all anchor links with a certain href to open in a stripped popup window. I\'m unable to add a class or an onclick event to the anchor tag so I need like jQuery to check if a开发者_Go百科 link w

I want all anchor links with a certain href to open in a stripped popup window. I'm unable to add a class or an onclick event to the anchor tag so I need like jQuery to check if a开发者_Go百科 link with that certain href has been clicked, and in that case open a stripped popup window. Anyone?


check this

jQuery("a[href*=example.com]").click(function{
    // your functionality
});
0

精彩评论

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

关注公众号