Good day.

There is a slider plugin as a plugin on jQuery http://jsfiddle.net/falkone/a01cjuem/ Each slide has its own description and a button (by convention). How can I set the display of these elements only on the displayed slider at the moment and hide on the inactive at the moment pictures, using jQuery.

    1 answer 1

    Try the pseudo-selector $(":visible" ) .

    https://api.jquery.com/visible-selector/