| Issue 248: | How do I get urls to open in blank page? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'd like my url to open in a _blank page, but can't seem to figure out how to accomplish this. Is there an easy way to do this? |
|
| ► Sign in to add a comment |
yep, use the eventClick trigger like so: eventClick: function(event) { window.open(event.url); return false; }