I have an input which I am validating that I only enter letters, although it works, I also restrict the "spacebar" key. I am quite new in the use of this tool, I do not know how to add that key to the query in case the user decides to place two or more names.
$("#nombre").mask('SSSSSSSSSSS');