How to get beahviour similar to HTML's target='_blank'
inside coffeescript?
so far I have tried:
window.location = "/site/#{pk}/goto_url/"
window.attr('target', '_blank')
You should try
window.open "/site/#{pk}/goto_url/", "_blank"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With