hi,
please i want to make function java script that check if user enter empty string((" ") more one space) or no if yes prevent this string from submit to database (this string will enter to database)
i know there are function trim() can remove empty string from text but not work with me .