filmov
tv
javascript - How to check if the URL contains a given string?

Показать описание
#short
#javascript
#jquery
#url
How could I do something like this:
script type="text/javascript"
$(document).ready(function () {
{
alert("your url contains the name franky");
}
});
/script
#javascript
#jquery
#url
How could I do something like this:
script type="text/javascript"
$(document).ready(function () {
{
alert("your url contains the name franky");
}
});
/script