javascript location
Posted
by Happy
on Stack Overflow
See other posts from Stack Overflow
or by Happy
Published on 2010-06-14T21:52:03Z
Indexed on
2010/06/14
22:12 UTC
Read the original article
Hit count: 241
JavaScript
|location
This checks "if we are on movies.php
page":
if (location.href.match(/movies.php/)) {
// something happens
}
how to add for this (like or
) "if we are on music.php
page"?
© Stack Overflow or respective owner