Answer the question
In order to leave comments, you need to log in
How to collect all value in one css (class) and send them ajax to php file?
How to collect all value in one css (class) and send them ajax to php file?
function createschemefull() {
var class= ($(".class").val()?????????????;
$.ajax({
type: 'post',
url: 'func/class.php',
data: {
"class": class,
},
success: function(response) {
console.log(response)
}
});
}
Answer the question
In order to leave comments, you need to log in
Increment n is superfluous, you add 1 every time in addition to division
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question