Posts by fweydson • 102 points
3 posts
-
0
votes2
answers39
viewsA: Upgradeable zebra table
According to what I understood, the solution is to encapsulate in a function that part that makes the "zebra". function zebrar(){ $("tr:nth-child(odd)").css("background-color", "#DCDCDC");…
-
-1
votes1
answer58
viewsA: How to Insert Multiple Items using React-Native-sqlite-Storage
I suggest you use an asynchronous function for this. Even if it doesn’t make sense from the outside, but this matter of calling if you run over is real. class DataAccess { executeSql = async(sql,…
-
3
votes2
answers41
viewsA: Why can’t I call a function by input type="Submit"?
Use the button=submit same. However, you cannot call the function on the button, because the function in this scenario is to submit the form. Then intercept the form submission with the "onsubmit…
javascriptanswered fweydson 102