I have a dynamic navigation and need to open one link in a new window.
As such I am using jQuery to help, but the following code does not seem to work:
<script type="text/javascript">
$('a[href="http://globalhealth-dev.oit.duke.edu/education/global-health-courses"]').attr("target", "_blank");
</script>
To try it for yourself: http://globalhealth-dev.oit.duke.edu/education/ then click on the Global Health Courses link under Education.
I would appreciate some help getting this to work properly.
Thanks.