$("body"). On ("click", "selector", function () {}) 
 this is the method that is called after the dynamically generated element is clicked. 
 I now dynamically generate input and then immediately get this dynamically generated element without triggering 
 through a click event. How can I get it? 
