neuronhighway9522
Posts: 0
Joined: Sun Oct 19, 2014 2:42 am

how to grey out an button on submit .

Hi I want to use a virtual click event to grey out the selection so that users have to choose another choice when they return to the page for a certain amount of time.
$(document).ready(function() {
$('input[type="mobileimage_9"]').click(function() {
$(this).hide().delay(45000).show();
})
})

mobileimage_9 is the virtual click in question... Do I need my page name in the top line?

with thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

how to grey out an button on submit .

Hello,

You can use click event from the Appery.io UI Builder: https://devcenter.appery.io/documenta...

Return to “Issues”