Good afternoon.
I need to check if a dynamically created checkbox (is within a modal) is checked. As it was created dynamically, I thought of the following code:
$(document).ready(function () {
$(document).on('click', '#elemento', functi...
asked by
27.11.2017 / 16:25