Re: Передача переменной из класса в подключаемый файл. Код (Text): $(document).on("click", "#content", function() { $.ajax({ type: "POST", url: "/commentplus.php", cache: false, data: {'num' : num}, success: function(response){ $('#content2').insertAfter("#content2"); $("#content2").append(response); num = num + 2; } }); }) это же jquery data: {num : num}