Saturday, February 11, 2012

How to remove the No Backlink text in jquery apycom menus:?

Ways:


1.Go and find /** apycom menu ****************/ comment in menu.js and block comment the whole function.


2.delete command
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789

in menu.js

yo can find them in menu.js.

 3.Not delete that string of characters or the script will not work, just change it for white spaces (58 whitespaces) and tach?n...nobacklink desappears and  the script still working. ;-)

4.You have to use the space bar key. Just press it 58 times. (remember to erase the  ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 string before).

5.To Use 
<script type="text/javascript">
$(document).ready(function(){
$("body div:last").remove();
});
</script>
 6. Add 
 
<div style="visibility:hidden">
<a href="http://apycom.com/">Apycom jQuery Menus</a>
</div>
 
just after your html