Skip to content Skip to sidebar Skip to footer

Using Jquery Ajax With Php

I have code which is writen in javascript ajax and I like to transfer same code into jquery. This is my javascript Ajax code. function cascadeCountry(value) { if (document.getEl

Solution 1:

yes, only the states get cleared because you tell it to do so in the following line:

$("#countrystates").html(html);

Post a Comment for "Using Jquery Ajax With Php"