skip to Main Content

issue with ajax and json.parse – Jquery ajax

I'm trying to feed a drop down list based on a selection in a first drop down ( first defines a category, the second should list the subcategory. Here is my code : <script type="text/javascript"> $(document).ready(function(){ $("#majCat").change(function(){ var selectCat =…

VIEW QUESTION

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