event on new non jquery content

event on new non jquery content

im searching for the reason jquery don't recognises events on new added content.

im adding some new inputs with xajax or firebug but jquery don't starts the onclick event.

                $(document).ready(function() {
                    $("input").click(function(){
                    xajax_push(2);
                    });
                });

is it cause jquery recognises only the content, what have been ther at onload or added by jquery?

if you need more information let me know.

thanks for help