Posts by DevRyu • 75 points
5 posts
-
0
votes0
answers43
viewsQ: setcustomvalidity tooltip position
I have two inputs with setCustomValidity. In the first input the setCustomValidity tooltip appears correctly aligned to the left, as in the image below: But in the other input it appears aligned to…
-
0
votes0
answers32
viewsQ: var_dump() printing the zero number instead of printing the position element
I’m trying to do a simple data output on the screen, I created an array: $arr1617 = [02,05,06,07,08,09,10,12,13,14,15,20,22,23,25]; After that I used the function var_dump() to generate a data…
-
2
votes1
answer269
viewsQ: How to hide an input field from another page through javascript?
Setting I have two pages .html. On one of the pages I have two options of brand radio both have id, are they XPTO and YPTO e. What I need to do is, when choosing XPTO and then press the button…
-
2
votes1
answer3451
viewsQ: How to correctly divide a <th> into html?
I want to make a table, where the <th> split into three, a line at the top and a line broken into two at the bottom, but I cannot separate the <th> in two like the <td> since we…
-
3
votes1
answer320
viewsQ: toastr.js disabling the required HTML5 property
I am using toastr.js to display form validation messages, but when using this plugin it disabled all my inputs that had the property required. My code: <!DOCTYPE html> <html>…