Posts by Chico • 129 points
7 posts
-
0
votes2
answers3199
viewsA: After selection with Select2, how to automatically fill in form fields?
I also found another way to solve, it is not beautiful/ elegant the code but it works. <script language="JavaScript" type="text/javascript"> //Preenchimento automatico depois de selecionado no…
-
1
votes2
answers3199
viewsQ: After selection with Select2, how to automatically fill in form fields?
I am creating a form that has a field that the user will enter the company name and Select2 will perform a search in the BD and return the company name to the field, example in the image below:…
-
4
votes1
answer1941
viewsQ: Perform mathematical calculations with values from a dynamic table
I have a form-Wizard table that as soon as I click on "add item" I call a function and it adds a row in the table to add a new item to be purchased by the customer. This table that at each click…
-
3
votes1
answer9617
viewsQ: How to concatenate an input name with a jQuery variable?
I own a table that contains a button that adds a row to the table each time I click on it. The created line has 4 inputs, one of these inputs has an auto-Suggest / auto-complete function that…
-
2
votes1
answer1218
viewsA: Dropzonejs - View files - How to do?
I managed to fix and created a button that opens the files already sent too, I made some changes to the script, below: <script> Dropzone.options.myDropzone = { init: function() { thisDropzone…
-
2
votes1
answer1218
viewsQ: Dropzonejs - View files - How to do?
How do I make dropzoneJS display files that have already been uploaded ? I followed the documentation steps and is uploading normally, but not displaying files already uploaded. My HTML form code:…
-
0
votes1
answer2605
viewsQ: Change button text "Previous" and "Next" in Datatables - Tabletools
Does anyone know how to change the text of the default "Previous" and "Next" buttons in datatables ?
asked Chico 129