skip to Main Content

JQUERY is not working on (onchange) function – Jquery ajax

I am Creating a dependency drop downs but, When I pass Id from one function to another its not Working here is some sample of code <?php include("includes/db.php"); ?> <!DOCTYPE html> <html> <head> <title></title> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <body>…

VIEW QUESTION
Back To Top
Search