DEV Community

AjayMalhotra
AjayMalhotra

Posted on

jQuery click event on dynamic elements.

Hey to all, Today I will discuss, jQuery click event on dynamic elements

 $(document).on("click", ".classname", function(){

 // action

 });
Enter fullscreen mode Exit fullscreen mode

Thank you,
Therichpost.com

Latest comments (0)