Hi all,
I have a HTML object that I want to refresh with a new hyperlink.
I am using nuGetBreadcrumb(0), but this is too slow as it reloads the whole thing.
Is there another way I can reload only that HTML object?
Thanks.
Ernest
<a href="https://www.nubuilder.com" id="nuhttp">nuBuilder</a>
$("#nuhttp").attr("href", "your_new_url_here");
$('#html_GoogleForm').find('#iframe_google').attr('src', $(this).val());
<iframe id='iframe_google'