Skip to content
Advertisement

How to find and repalce anchor tag link inside td in php

I am working with wordpress,I want to change “url”(product link) of “product-image” in “cart” page, So i have following code (dynamic)

JavaScript

How can i change the url of this product with jquery,I tried with following code but not working,how can i do this ?

JavaScript

Advertisement

Answer

You can do it like below:

JavaScript

Running example:

JavaScript
JavaScript

Note: Now based on the product name (link text), the link URL will change dynamically once the page is loaded.

Advertisement