Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- $(".availability-amount").each(function () {
- let text = $(this).text()
- if(text.includes(">")){
- text = text.replace(">", "více než")
- $(this).text(text)
- }
- })
- </script>
Advertisement
Add Comment
Please, Sign In to add comment