Questions tagged as 'javascript'

3
answers

How to value an input that is inside a form? with jQuery

Good I wanted to know how to print a value in an input that is in a Form within a Modal with jQuery, if I put the input out of the Form it prints it normally but when I put the input into the Form it does not. This is the function I use to br...
asked by 09.04.2018 / 17:50
1
answer

How to put an id to a tr from array?

How can I put the ids that come from the database to the tr from the controller since it is printed from there? //CONTROLADOR public function ajax_list() { $list = $this->Prorrateo_model->get_datatables();...
asked by 29.05.2018 / 15:13
2
answers

send by POST when the id is variable

On a page I created a table that when clicking on a row it sends to another page. On the other page I want to collect the information by POST and not by GET. The problem is that each row has a different ID and not consecutive, so when trying...
asked by 30.03.2018 / 18:22
0
answers

Apply AJAX to an input and table without repeating it

I have a form as follows. <form name="" method="post" action=recep.php > <label>NUMERO DE ASOCIADO</label><br> <input type="text" name="numasoc" id="numasoc" required="true" /><br> <label&...
asked by 29.03.2018 / 17:54
0
answers

Open modal made with bootstrap with java MVC

I'm doing a page with java MVC and Bootstrap. I have a view that is a modal, and I want to call it from the java driver class. That is to say on my main page, I want to press a button and that I open the modal that is in another page, this to no...
asked by 26.03.2018 / 22:39
0
answers

full calendar get a date in an input immediately click it to the day

$(document).ready(function(event, jsEvent, view) { $('#DivPrincipal').load('calendario_reservaciones.php',function() { $( '#calendar' ).css( 'display', 'block' ); $('#calendario').fullCalendar({ weekends: true, dayClick: fu...
asked by 27.03.2018 / 01:08
0
answers

Problems sending form with jquery and validating it

I have the following problem, I have a form and I am including each part with php and validating the form with a jquery library this is the link Jquery validation , I validate the form and show the following but in the following form after vali...
asked by 27.03.2018 / 17:23
0
answers

You may need an appropriate loader to handle this file type

Trying to replicate an example of configuring an environment to work with React and Node , I get an error, implying as if it were not the loader respective to load and transpilar the files. [nodemon] restarting due to chang...
asked by 17.03.2018 / 16:11
0
answers

Legend of C3.js

I would like to know if it is possible to give events to a legend created by myself so that these events act on the graph, in the same way that the C3 legend of the graph acts. Currently the code I have is the following: $('#datos_grafica_w...
asked by 27.03.2018 / 06:47
0
answers

How to split a screen in html? [closed]

Good day, I am implementing a web design that I am doing, that the main page just enter the user can choose whether to go for "support" or the "design" page, but that is divided on the same page but not I know how to implement it in my html. Who...
asked by 16.03.2018 / 23:22