Posts by Jefferson Torres • 36 points
1 post
-
2
votes1
answer149
viewsA: Jquery Chosen not returning value
The command $.post asynchronous, you can put $(".chosen-select").chosen(); within the function. Example: $("#subcategoria").change(function(){ $.post("inc_habilidades.php", {id:$(this).val()},…