There is something like this:
$(document).ready(function(){ $('#panel').load('charmenu/panel.php'); $("#b_c").click(function(){функция}; }); In the div with id = panel, a panel of three buttons is loaded, one of which has id = b_c. The function that should handle pressing this button does not work.
Tell me, please, the correct syntax in this case.
I strongly ask you not to hit the head, I just started to get acquainted with jquery, I did not find anything in man
.on()andgoogle:delegated eventsto help. - etki