Quantcast
Channel: Webmaster Lib
Viewing all articles
Browse latest Browse all 2

Remove ‘#’ from URL

$
0
0

Sometimes, show in url a link like ‘http://youtwebsite.com/#link’ is not desirable.
We can prevent it with the following routine in jquery:

$(“a”).live(“click”, function(){
return ($(this).attr(“href”)[0] == “#”) ? false : true;
});


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images