Posts by Marcelo • 101 points
6 posts
-
2
votes2
answers1684
viewsQ: Select with INNER JOIN, bringing fields that have NULL foreign key
I have a table items, requested items, interested (she has self relationship, is used for secretariat, sector and employee, and a table requested), in the table requested I have 3 foreign keys (one…
-
1
votes1
answer649
viewsQ: Change table with jquery javascript
I have a dynamically created order table, the user selects the item, the quantity, and whether it is for loan or not, and adds the item in the table. I needed that when adding again an item that is…
-
1
votes1
answer107
viewsQ: Get all selected data with javascript in multiple select field
I’ll describe what I’m trying to do: There are sectors, and in each sector there are several employees, and I need that when selecting a sector in a field select, the next field select (that will…
-
1
votes2
answers304
viewsQ: select field when opening javascript / jquery page
Hi, I had already received a great help when I needed a select field to be filled automatically, in this post here: Fill select javascript / jquery field is working perfectly mind, but now I need…
-
1
votes3
answers1291
viewsQ: Fill select javascript / jquery field
Hello, I need to fill a select field with the return of this function, in this example, the RES variable returns: <option value="">setor 1</option> exactly that, I need it to become one…
-
3
votes1
answer946
viewsQ: Reset value of a select field with jQuery/Boostrap
Hello, how can I reset a select field? <label for="IDSelect">Campo</label> <select data-live-search="true" title="--" name="NAMESelect" id="IDSelect"> <option value="1">Valor…