[Solved] Window operations with JQuery? [closed]
[ad_1] No, jQuery doesn’t have any method for that. You just use plain Javascript. Example: var handle = window.open(‘NewPage.html’, ‘_blank’, ‘width=600,height=300’); [ad_2] solved Window operations with JQuery? [closed]