17
Làm cách nào để kiểm tra xem URL có chứa một chuỗi đã cho không?
Làm thế nào tôi có thể làm một cái gì đó như thế này: <script type="text/javascript"> $(document).ready(function () { if(window.location.contains("franky")) // This doesn't work, any suggestions? { alert("your url contains the name franky"); } }); </script>
361
javascript
jquery
url