Hi :) I'm a bit new to Javascript and Jquery in general, so I apologize if the question may seem confusing and whatnot.
I'm running a roleplaying forum (on the Jcink forum host), and I wanted some parts of the forum (which are technically "Out-of-Bounds" locations for members' characters, i.e., dangerous places in-character-wise) to display alerts whenever members access that particular part of the site.
I have tried to use
if(location.pathname == "[pathname here]") {
alert("[message]");
}
in order to achieve this, although it does not seem to be working. Can anybody help me? :) Much thanks in advance!