Posts by Samuel Silva • 33 points
5 posts
-
0
votes0
answers24
viewsQ: Changing TD Data from a Table
Hello. I have a table where td has an ID with the Cod of a product, for example: How can I get this ID and change the info without updating the page? I’m using Ajax to do the database searches, and…
-
1
votes5
answers54
viewsA: Close modal after saving to Bank
Hello I managed to solve in a simple way, in saving hr I gave a virtual click on cancel button that way: $('#salvarPro').click(function() { var Ndesc = $("#NDesc").val(); var Nqtd =…
-
1
votes5
answers54
viewsQ: Close modal after saving to Bank
Speaks My friends I have the following Modal: I would like that when pressing save it closes the modal and updates only the table, I made the following code: It is closing however gets dark td on…
-
-1
votes1
answer20
viewsQ: Configure the Wordpress Menu
Hello, I have a menu in wordpress, and I would like it to have a user submenus. Currently I already have this SUBMENU put in the WP bar of the page as shown in the following img but I would like it…
-
1
votes1
answer89
viewsQ: Filter files by their extension(xml, rar, docx....)
Good Afternoon, I have an algorithm that takes all the files of an x directory, and reads them, but these files have to be XML, and sometimes RAR files appear, then at the time of reading give error…