I have a page being my main screen, when selecting a value and clicking the button it will call another page that I chose, it opens in the form of PopUp.
I need this PopUp to open without the focus on it, that the focus will continue on this main screen, because the system works with two screens and when I lose the focus of the main I need to be clicking back if I want to perform the operations.
I read about focus();
but I did not find anything that helped me with the page, I managed to do it in several ways, applying on inputs, buttons and links, but what I need is the focus on the whole page. >
I also noticed that there are problems related to my document having $(document).ready(function() {
I'm posting to see if I can get an idea how to do this process.