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: 222

Filed under:
|

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

Related posts about JavaScript

Related posts about location