
I want to know- why not an event(in JQuery) works on my created element through jQuery ?

In JQuery, event are bound only to the elements that exist at the time when you issue your initial jQuery call.
You must bind the event to newly create element separately, or use event delegation.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.