Hello BWSM,
I tried to find a solution myself, but everything I tried so far has failed. I want all buttons of the class ‘ux-btn’ to open in a new tab/window, so I tried to implement a javascript code, that goes like this: $('#ux-btn a').attr('target', '_blank');
I have tried plugins for javascript implementation. I have tried to import a js file with that code into the header.php. I have also tried typing this line directly into the header in a script tag. Nothing worked so far.
Can you help me out maybe?
Thank you alot, I appreciate it.
Can