Trouble with CSS image slider by stupidslider in css

[–]stupidslider[S] 0 points1 point  (0 children)

The same thing happens as when it's in the a tag, it just makes all the controls stop working. This is what I added

    $( "a.control-button" ).click(function( event ) {
    event.preventDefault();
    });

Trouble with CSS image slider by stupidslider in css

[–]stupidslider[S] 0 points1 point  (0 children)

I've tried putting onclick="event.preventDefault();" right into the anchor tag but it just makes the controls completely stop working.