You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
djan
При нажатии на кнопку вытявается значения чекбоксов в один массив, в виде
["id1", "false", "id2", "false", "id3", "false", "id4", "false"]
Надо что бы он был двумерный, тоесть
Array(1){"id1", "false" }
Array(2){"id2", "false" }
Array(3){"id3", "false" }
Array(4){"id4", "false" }
http://codepen.io/djan/pen/xjHqL
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.