Posts by joaolell • 183 points
3 posts
-
7
votes1
answer8313
viewsQ: jQuery Mask plugin for CPF
I would like to know what I am doing wrong. I am using this plugin https://github.com/igorescobar/jQuery-Mask-Plugin to try to apply a cpf mask (need to be through CDN) but when I enter the data in…
-
1
votes1
answer1113
viewsQ: Problem with switch menu case and while
My goal is that after I run one of the menu options and say I don’t want to continue on it, I can insert another option (or the same if I want to go back). My code runs the first option I type but…
-
0
votes1
answer99
viewsQ: Writing files to Java
I need to record students' names and grades, follow the code (the switch is to implement other functions in the future). I insert the class (with the directory and name of the text file), the…