Questions tagged as 'javascript'

0
answers

How to perform a function similar to Excel using a JTable in Java Netbeans?

I need a code that allows me to perform the following function in Java Netbeans. The box that is marked with red has four fields, Name, user, password and service. And with the same name of Edgar Perez there are registered several users...
asked by 12.10.2018 / 05:01
1
answer

access a td of the table when clicking

I would like to know how I can access a part of my table, the part where I put the label-success I assign an id to td to do something but it does not work as I put the span and the same. I do not know what I'm doing wrong use this function di...
asked by 12.10.2018 / 01:00
0
answers

Help with google maps and bootstrap modals

Hello very good everyone I have a query I have this code in javascrip to be able to generate bookmarks in google maps, and been trying to make that by pressing a bookmark I see information about that bookmark in the modal and so with each one of...
asked by 28.10.2018 / 01:38
2
answers

Make a line break in HTML within the For PHP cycle

The first part corresponds to the js code where I call a file that executes the for cycle, but it does not give me the line saturations, putting everything in a column. <script> $(document).ready(function() { $("#nivel-especialidad").cha...
asked by 11.10.2018 / 14:24
0
answers

Refresh in multiselect

I have an application where I am using 4 multiselects, one depends on another to fill and I fill it with jquery, the first multiselect filled it with direct fields, and once I choose an option or several, I fill the second multiselect without pr...
asked by 11.10.2018 / 15:12
1
answer

How to place a forward and replay buttons to the costador of a slider?

I have the following slider, but I can not place some buttons on the sides of forward and backward to have more precision. $("#mySlider").slider({ range: "min", value: 0, min: 10000, max: 300000, step: 5...
asked by 11.10.2018 / 16:13
0
answers

numbers in express and nodejs (body-parser)

I have the following problem. When the POST is made to the bakcend (Nodejs) and the last information is logged in the console the value of the inputs of type="number" is shown as if they were strings. This is what it says: { student: 'a',...
asked by 11.10.2018 / 18:25
0
answers

html search engine that searches in the appropriate directory

I'm doing a web with wordpress with Advanced Custom Field, I'm trying to integrate an article search engine but without woocommerce (ie a normal search engine). I upload these articles through the content manager as I explain in the image:...
asked by 11.10.2018 / 11:33
2
answers

Store JavaScript variable within a PHP variable

The next problem is that when a person selects an option of a select, the value of that chosen option is obtained and stored within a php variable. Here I get the Id of the selected option. It occurs to me, for example, to use done or suc...
asked by 11.10.2018 / 01:57
1
answer

Send checkbox data to php to update

I'm new to this ... any help is welcome. I have a modal view where I load a table, I have a checkbox for each row, I want to update the fields that are only selected, (get the values of the elements that are selected) and then make an update,...
asked by 11.10.2018 / 00:16