PHP doesn't see new elements created with jQuery and AJAX – Jquery ajax
I faced an issue since I can't get a just created element with a PHP script. I have a list of tags loaded with PHP: <ul> <li> <input class="adm-checkbox" type="checkbox" name="check_list_tags[]" value="4"> Some tag <li> <ul> Thanks to AJAX I…