problem: there are many a tags in a page. After capturing through the jq selector, the ajax request is triggered and the HTML code is inserted into the specified container (< div id= "specify container" > < / div >). The a tag in the container cannot be captured by the jq selector.
requirements:
- on the page, click the a tag outside the container to request (backend) to put the HTML into the specified container [implemented]
- Click the a tag in the container to refresh the old HTML code in the container, and put the newly requested HTML code into it [current problem]
add: the company does not allow iframe