How to Hidden All Link For Blog - have you ever or would you see that the URL in a link anchor can be manipulated using JQuery. Many ways that we can use to hide the original link when the mouse is highlighted .
Yet , according to my program leanest and very easy to implement is this one. Just what exactly purpose someone hide the web link posted on his blog? What's included underhand tricks or scams.? Depending how you make use of it.
Link Affiliasi , Just about all visitors when going to click first look web link that appears in underneath of the desktop.
This sort of behavior that makes the bloggers think, how so that visitors do not know our affiliate link. So with this I made a tutorial remove all links when in highlight
to make it look much more real add CSS script below , Or Enter this script above ]]></b:skin>
Save the template and see the results
Yet , according to my program leanest and very easy to implement is this one. Just what exactly purpose someone hide the web link posted on his blog? What's included underhand tricks or scams.? Depending how you make use of it.
Link Affiliasi , Just about all visitors when going to click first look web link that appears in underneath of the desktop.

- Login Blogger.com
- Click Template >> Edit HTML
- Enter this script above </head>
<script>$(function(){$("a").each(function (index, element){var href = $(this).attr("href");$(this).attr("hiddenhref", href);$(this).removeAttr("href");});$("a").click(function(){url = $(this).attr("hiddenhref");window.open(url, '_blank');})});</script>
<style> a{ cursor: pointer; text-decoration: underline; } </style>
Also make sure you have saved any one framework version in the template, for example
<script src = 'https: //ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'> </ script>
Save the template and see the results