Hello.
Tell me, is it possible to transfer data from the ul / ol list to the POST array?
Hello.
Tell me, is it possible to transfer data from the ul / ol list to the POST array?
It is possible, and not in one way. Construct a string with query parameters, or pass an array as a whole, or by submission generate Hidens with the necessary values, everything is in your hands. It will require js.
The list is not selectable, so you can get an array of data through jquery and transfer it via json.
Source: https://ru.stackoverflow.com/questions/359498/
All Articles