Hi, i have a google search link on my webpage and i link it to #, like
<a href="#">
The problem is, this only works in the board index page, other pages i'm being redirected to my home page, like www.sebrasil.net/#
How can i fix this?
Moderator: Moderators
$(document).ready(
function()
{
var doc = window.location.pathname;
var queryString = document.location.search;
$("#hidegcse").attr("href",doc + queryString + "#");
}
);Users browsing this forum: No registered users and 9 guests