Posts by virginiarcrz • 15 points
2 posts
-
0
votes1
answer146
viewsQ: Create div with append and delete to display another using Jquery
I need to display error validation messages in a form. These messages come from a json when I submit the form. Only that a field can have 2 or more msgs, for example: A Cpf may have error messages…
-
-3
votes1
answer96
viewsQ: jquery - capture content from all Divs with a set class
I have an agenda I want you to hide when every day of the week is closed. So I did this function that analyzes if the content of the day is Closed and if all 7 days have Closed it hides the agenda.…