jQuery delegate() Method
jQuery delegate() Method in jQuery is used to add one or more event handlers to the specified element that are children of selected elements and is also used to specify a function to run whenever the event occurs. Syntax:$(selector).delegate( childSelector, event, data, function )Parameters: This me