I have the following code:
$(document).ready(function({ $(\".click\").click(function(){ alert(\' The Button Was Clicked !\'); }); }));
for all the elements added dynamically to DOM at run time , please use live
http://api.jquery.com/live/