Hello all, Thanks to the wonderful contributors here at SO! jQuery is much cooler when you begin to understand it. :)
So I have an LI that when clicked shows/hides a child UL. What I would like to do is have the ability to click on an link inside the LI that opens a blank window, but also doesn't close the child UL. The blank window opening is done
a[href^="http://"]').attr("target", "_blank");
however, I am not sure how to "return: false" on the LI so it doesn't close the UL when the blank window opens. I want the user to be able to see the child UL they were on when they close the blank window.
If this is not clear, please let me know.
Thanks!