quotes from ur last answer "
you probably have INVALID html with more than one id=name."
yes i have ,
employe.php
in this php file, place for all html modal such as addEmploye, delEmploye, editEmployee.
then each modal almost have same element input field too,
I though it will be ok if they have same id, because they already have difrent :
- <div class="modal fade" tabindex="-1" role="dialog" id="addEmploy" or id="delEmploy" or id="editEmploy" >
it is possible php or jquery wrong to recognize each element ID inside DIV / Active modal ?
if current active modal is "Add Employee" , then all element inside "Add Employee" should be active too..
correct me if im wrong..