jquery - How to change event in slider

admin2025-06-05  2

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749062236a316029.html

最新回复(0)