[SOLVED] save record code in function |
4/7/2015 05:27:51 | |
| PHPRunner General questions | ||
|
C
cristi author
I have an modal pop up (This one) in an add data page - more specifically when an user select a value from a drop down a specific popup is triggered (I use javascript onload event for this). |
||
|
|
Sergey Kornilov admin 4/7/2015 |
|
Here is how you can click Save button programmatically from Javascript code: $("#saveButton1").click(); |
|
|
C
|
cristi author 4/15/2015 |
|
Here is how you can click Save button programmatically from Javascript code: $("#saveButton1").click();
|
|