C
|
cgphp 4/18/2012 |
The else branch has the same of the if branch. Please, try the following version: if(ctrlattach2.getValue()!='') |
W
|
wildwally author 4/18/2012 |
The else branch has the same of the if branch. Please, try the following version: if(ctrlattach2.getValue()!='')
|
C
|
cgphp 4/19/2012 |
Check with firebug the id of the second field and and enter the following code: if($("#id_of_the_second_field").val() != '') |
W
|
wildwally author 4/19/2012 |
Check with firebug the id of the second field and and enter the following code: if($("#id_of_the_second_field").val() != '')
|
C
|
cgphp 4/19/2012 |
Check this video: http://www.youtube.com/watch?v=-pT_pDe54aA |
W
|
wildwally author 4/19/2012 |