C
|
cgphp 1/18/2013 |
In the "Client before" event of the button you can get the value of the dropdown as follows: |
S
|
sickacid author 1/21/2013 |
The snippet is named: vista_tabellabolle_snippet |
C
|
cgphp 1/21/2013 |
Simone, the selector is wrong. You have to get the id of the dropdown not the php snippet name. Check this jquery crash course: http://www.1stwebdesigner.com/tutorials/jquery-beginners-1/ |
S
|
sickacid author 1/21/2013 |
Simone, the selector is wrong. You have to get the id of the dropdown not the php snippet name. Check this jquery crash course: http://www.1stwebdesigner.com/tutorials/jquery-beginners-1/
|
C
|
cgphp 1/21/2013 |
Check the following code: |
S
|
sickacid author 1/21/2013 |
This is my working solution: global $conn;
var value = document.getElementById('JobDropDown').value; |