[edit] I am NOT using jquery in this app.
Looking for a way to force preexisting links to open in a new window. But I only want to Apply this behavior to links appearing in a specific div element that has a classname but no ID
|
[edit] I am NOT using jquery in this app. Looking for a way to force preexisting links to open in a new window. But I only want to Apply this behavior to links appearing in a specific div element that has a classname but no ID |
|||||||||||
|
|
If you're not using jQuery, first get the element that you want to apply it to.
|
|||||||||||||
|
|
The simplest way to do this is to use jQuery:
|
|||
|
|
|
If you are using jQuery you can do like this:
|
|||
|
|
|
Try...
|
|||