A form that I load with .load into my page does not work
I load an html form into my page with:
$('#rateDrop').load('getRateDrop.php' ,
function() {
$('#rateDrop').trigger("create");
});
when I try and use the form I get this error in chrome:
6
Uncaught SyntaxError: Unexpected token ,