I want to change jquery event in the way that i turn off the slider and insert (keep) link to the another page. First page / and second page /
I tried with this code
$( document ).ready(function() {
$( ".qodef-artist" ).off( "click");
});
But i only enable slider on the click, but i cant preserve a link. I used to functions like append, but i didn't have any results with them.