Posts by EvandroPH • 37 points
5 posts
-
-3
votes0
answers27
viewsQ: SELECT2 is not returning pre-selected item value
When changing a Select2 option, it is returning all the data correctly, but when I go back to the previous option (which was already selected), it is not searching the values correctly. Exemplifying…
-
0
votes0
answers29
viewsQ: Rendering problem with html2canvas
I integrated my system to generate an image from a certain table. But every time I click on "Generate Image" a different image appears (images below, the first one is correct, as it should always…
-
0
votes1
answer34
views -
3
votes1
answer122
viewsQ: What is the difference between "javascript:void(0)" and only "void(0)" when defining onclick in HTML?
When using Phpstorm, I noticed a Warning pointing to the code where I did onclick="javascript:void(0)", recommending that you leave only onclick="void(0)". Is this a good and valid practice? I found…
-
1
votes1
answer38
viewsQ: Compare repeat values on five variables at the same time
I would like a little help. I have a small web form where people should select 5 options in HTML SELECT fields. When submitting the form, I have to check if any of the filled out (it is optional to…