where I am using Jquery UI. I have an accordion menu, which has multiple hyperlinks in each accordion menu.
What I am trying to do, is when I click on one of these hyperlinks, I want it to open the page I am calling, that is to be displayed within a new tab that can be closed with an x (like these simple manipulation ones), but in a new tab to be displayed.
My aim is that I can have mupliple tabs open that have been launched by selecting differet hyperlink options within the accordion, so the user closes them when they want to.
I have not found anything on how to do this.
Can someone please help.
Thanks
Hi I think I have worked it out. Thanks for responding @johnrobinson
I did this with a button, but will do what I need.