admin管理员组

文章数量:1130349

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.

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.

本文标签: jqueryHow to change event in slider