Witam
Potrzebuje zbindowac sobie funkcje (jakis ajax) poprzez przekazanie linku w url'u. Jakos nie moge tego znaleść.
Dzieki za pomoc
// juz znalazlem
if(window.location.hash) {
var hash = window.location.hash.substring(1); //Puts hash in variable, and removes the # character
alert (hash);
// hash found
} else {
// No hash found
}