Показать сообщение отдельно
  #1 (permalink)  
Старый 04.06.2020, 18:19
Новичок на форуме
Отправить личное сообщение для iosman Посмотреть профиль Найти все сообщения от iosman
 
Регистрация: 21.05.2020
Сообщений: 3

Checkbox Modification Issue?.
Hello,

There is such a problem. When changing the value, checkbox still gives on
<input type="checkbox" checked id="ch_lotus_ip">IP

1
$(function(){
2
$('.popup').on('click', '#ch_lotus_ip', function(){
3
alert ($(this).val());
4
});
5
});

krogerfeedbacktalktosonictalktowendys
I would like to receive an answer on or off

thanks
iosman

Последний раз редактировалось iosman, 05.10.2020 в 16:07.
Ответить с цитированием