1 2 3 4 5 6 7 |
$(document).on('click', '#NewTabBtn', function() { //location.href="https://google.com/"; window.open("https://google.com/", "_blank"); }); |
1 2 3 4 5 6 7 |
$(document).on('click', '#NewTabBtn', function() { //location.href="https://google.com/"; window.open("https://google.com/", "_blank"); }); |
댓글