Выдает ошибку -
auto.js:43 Uncaught TypeError: Cannot read property 'html' of null
-
function getvalues ()
{
$.post("/autoisk/getvalues.php",{ name:selectedcompany , summma: $("#summma").html(data) } ,function(data) {
$('#resultat').html(data);
});
}
-
В чем проблема?