Problem with $.POST and $.GET in 1.4.2
Hi guys, i'm using a version 1.3.2 with $.get and work fine, but when i used a 1.4.2 version, whole code stoped.
Don't have any change im my code, except the version of JQuery.
- $.(document).ready(function(){
$("#projeto").change(function(){
$.get("supervisores.asp",$("#form").serialize(),
function(data){
$("div#reldados").html(data);
});
})
})
i'm using a simple function ...