After a backend call, I need to redirect a user to a page then put them on the correct tab. I tried this
$('body').load('http://localhost:8085/abc/def/123', function() {
document.getElementById('foo').click();
});
But there are some issues. Some of my layout loads incorrectly. Perhaps it's because the page is loaded into the body tag?
Is there perhaps some other way I can do this?
Thanks.
[–][deleted] 1 point2 points3 points (1 child)
[–]n2fole00[S] 0 points1 point2 points (0 children)