![]() |
Sergey Kornilov admin 1/8/2018 |
You need to find the actual ID of that button and use it instead of "closeBewertung" in $("#closeBewertung").show(); |
W
|
wedi author 1/8/2018 |
Hello,
|
![]() |
Sergey Kornilov admin 1/10/2018 |
To find button ID proceed to that page in web browser, right click on your button, choose 'Inspect' and see the ID as it is shown on the screenshot. As you can see correct ID is saveButton1 |
W
|
wedi author 1/11/2018 |
Hello Sergey,
|
![]() |
Sergey Kornilov admin 1/11/2018 |
I'm struggling to understand what is the issue here. If you know your button/link ID you can just show and hide it via Javascript code. |
W
|
wedi author 1/11/2018 |
Hello Sergey,
|