I have a web page with one button and one div. If you click this button that will load another button into the div using jQuery. I found that the new button -which is loaded in runtime - will not be affected by other jQuery statements.I have a web page with one button and one div.