I have a simple question. I want do some javascript. When the url is #video. For example. This is my website: www.website.nl. When the url is www.website.nl/#video. Than i must do what javascript. How can i make that:
A start with this code:
$("a[href='http://www.website.nl/#video']"){
alert("test");
};