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');
solved Window operations with JQuery? [closed]
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');
solved Window operations with JQuery? [closed]