[SOLVED] Â get value from checkbox in model |
11/9/2018 6:31:53 AM |
PHPRunner General questions | |
J
jacques author
(sorry, title must be "get value from checkbox in modal") if ( proxy["emailUsers"]=== true ) {
|
|
![]() |
Admin 11/12/2018 |
You need to set a breakpoint at the following line: proxy["CheckCategorie"] = $("#CheckCategorie1", context).val();
|
J
|
jacques author 11/12/2018 |
You need to set a breakpoint at the following line: proxy["CheckCategorie"] = $("#CheckCategorie1", context).val();
|
![]() |
Admin 11/13/2018 |
I'm not sure what can be done by just looking at this code. Someone needs to step through the code, see value of $("#CheckCategorie1", context).val(), then see what gets assigned to proxy["CheckCategorie"] etc. You cannot guess, need to see what exactly is happening. |
J
|
jacques author 11/23/2018 |
I'm not sure what can be done by just looking at this code. Someone needs to step through the code, see value of $("#CheckCategorie1", context).val(), then see what gets assigned to proxy["CheckCategorie"] etc. You cannot guess, need to see what exactly is happening.
|