jquery load() can be used to load components from another page.
$( "#result" ).load( "ajax/test.html #container" );
But if the #container contain some elements which load dynamically, the load() function does not render those dynamic components inside #result element.
Ex: A customer review page load user comments dynamically. Therefore, the comments cannot be shown inside #result element.
Is it possible to use load() function to achieve this or is there any other approach to achieve this.
target-divelement by Id from that content. 3. insert that into the desired place..load()documentation - api.jquery.com/load