Closed gba1904 closed 4 years ago
onFinish
callback call external functionsend
) will serialize form data and then send it to phpProcessSorry for my late reply IonDen, your hints pointed me to the right solution and I've learned a lot about Ajax and JavaScript in the meantime ;-)
While using only one slider, submitting the values via ajax works as expected. But I need to collect the values from two slider for the my mysql-query. How to manage to read the values from both sliders?
Thank you. Any help is welcome :)
Example: $(".S1").ionRangeSlider({ type: "double", grid: true, step: 25000, min: 50000, max: 1000000, from: 0, to: 1000000, prefix: "€", prettify_separator: ".", max_postfix: "+", skin: "big",
$(".S2").ionRangeSlider({ type: "double", grid: true, step: 10, min: 50.00, max: 200.00, from: 0, to: 200, postfix: " qm", prettify_separator: ".", max_postfix: "+", skin: "big",