Posted on 28th April 2025|82 views
How to get the ID of a clicked element?
Posted on 28th April 2025| views
Use the following command
click(function() { var id = $(this). attr('id'); $container. cycle(id. replace('#', '')); return false; });