jQuery, .
, indexOf contains.
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript">
$(document).ready(function () {
if(window.location.href.indexOf("Desktop") > -1) {
alert("Alert: Desktop!");
} else {
alert("window.location.href: " + window.location.href);
}
});
</script>
</head>
<body>
<h1>Test001</h1>
</body>
</html>
. Javascript, f12 , , f5, . , . 'Uncaught ReferenceError: $is not defined' , .