With Jquery we can make many amazing functions and this is one of them. If you wanna make a link that will open with a Double click then this post is for you. And now some people will ask Why make a link that will open with the double click? I also don't know. But if you wanna make it for some reasons then you can easily make by just using the following script.
In the above code just replace http://www.helponblogging.blogspot.com and Help On Blogging All Blogger Tricks Blogging Tips For Beginners with anchor text (text that you wanna display on a link).
That's it thanks for reading my this post and keep visiting for more helpful blogger tricks, blogging tips for beginners, make money online and much more.
If you have any question about this post feel free to ask me by dropping your comment below.
<a id='dlink' href='http://www.helponblogging.blogspot.com'>Help On Blogging All Blogger Tricks Blogging Tips For Beginners</a>Here is the demo: Help On Blogging All Blogger Tricks Blogging Tips For Beginners
<script>
jQuery(function($) {
$('#dlink').click(function() {
return false;
}).dblclick(function() {
window.location = this.href;
return false;
});
});
</script>
In the above code just replace http://www.helponblogging.blogspot.com and Help On Blogging All Blogger Tricks Blogging Tips For Beginners with anchor text (text that you wanna display on a link).
That's it thanks for reading my this post and keep visiting for more helpful blogger tricks, blogging tips for beginners, make money online and much more.
If you have any question about this post feel free to ask me by dropping your comment below.
This comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete