Posts by Taynara Jaegger • 13 points
2 posts
-
0
votes1
answer325
viewsQ: How to make modal appear only once according to check?
I would like to achieve the following: When loading the home page, display the modal box Inside the modal box, display a form with a single mandatory checkbox When checking the checkbox, click send…
-
1
votes1
answer94
viewsQ: How to split a string with dynamic value?
I don’t know if it’s the split you use in jquery, but I’m not succeeding. In my code I get the value of ID that comes dynamically, I want to divide the ID in two. A part up to character 16 and then…