SyntaxFix
Write A Post
Hire A Developer
Questions
use href with indexof
href
indexof
<script type="text/javascript"> $(document).ready(function () { if(window.location.href.indexOf("added-to-cart=555") > -1) { alert("your url contains the added-to-cart=555"); } }); </script>