Ravi Wayne
Posts: 0
Joined: Sat Jul 20, 2013 7:20 pm

Javascript Validatation

Hello,

I am having difficulty with this simple validation function working on a button click event. Any ideas on what might be wrong? Thank you.

var input = Appery('inputUserName');
if (input==null || input=="")
{
alert("User name is required");
return false;
}

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Javascript Validatation

Hello! You would need to debug your code http://docs.appery.io/documentation/a...

Return to “Issues”