Post
jQuery
Posted on 29th November 2023|71 views
How to get the ID of a clicked element?
Posted on 29th November 2023
Use the following command
click(function() { var id = $(this). attr('id'); $container. cycle(id. replace('#', '')); return false; });
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies