Posts by matheus gomes • 25 points
6 posts
-
0
votes1
answer31
viewsQ: Table Selector with Id
Good morning, I have an excerpt of Javascript code that I am adding a row in the table, but when I implement in the system there is more than one table, I need to specify which one is with the id…
-
0
votes2
answers521
viewsQ: Convert from String to Integer in Pascal
Good evening, I have a problem in Pascal, I take a variable in String, the variable would be a Hexadecimal, I need to convert this String to integer and do not know how to do. Thank you program…
-
0
votes0
answers150
viewsQ: Problems with onChange and ajax
Good morning, I am programming a system in PHP and JS, putting it in the index works normal, but I need to put in a modal and in this the onchange Buga, taking only the value of the first option.…
-
0
votes0
answers38
viewsQ: Dropdown with Ajax
Hello, I am doing a Dropdown with the database and I would like to use ajax to update a table, I confess that I have a difficulty in JS, I would like a help and/ or a north for this. Grateful…
-
1
votes2
answers133
viewsQ: If with tab active
would like to know how to make an if with tab active in Javascript <div class="nav-tabs-custom"> <ul class="nav nav-tabs"> <li class="active"><a href="#negociosRealizados"…
-
0
votes0
answers163
viewsQ: Send input data without Ubmit
Hello, I am programming a table with dates, and to filter I am using an input data range with 2 mini Calendar. I would like to know how to send and use this information without using Submit :)…