Questions tagged as 'javascript'

1
answer

PROBLEMS WHEN USING INNERHTML JS

Good morning, I have not been able to upload a project since it marks me an error in the innerHTML .php var cell0= row.insertCell(0); var folio = data['datos_tabla'][index]['descripcion'];...
asked by 30.05.2018 / 17:41
0
answers

How to update a summary datagrid when I update a record of a datagrid detail?

I need your support with the following: I have an asp.net project in c #, in the project I have two datagridview, a detail datagridview and a summary datagridview, what I need is to update a record in the datagrid detail and then update the s...
asked by 23.05.2018 / 17:36
2
answers

ng-model does not take the value of a Select - AngularJs

I have the following html: <label class="item item-input item-stacked-label" ng-repeat="nl in normativas"> <select ng-model="nl.idResultado"> <option value="1">CUMPLE</option> <option val...
asked by 24.05.2018 / 14:24
1
answer

How can I get the content of the item from a list in react?

Hi, I'm trying to capture the contents of a list with an onClick in react.js and I do not get good results and I would like someone to help me by explaining why I do not recognize the onClick event and how to get the content out of the list to s...
asked by 24.05.2018 / 15:29
0
answers

Replace uniqueID method only compatible with Microsoft Explorer. javascript

Hi, I wanted to know if someone could offer me an alternative to this method of Microsoft Explorer. example: var container = div.uniqueID; The uniqueID method automatically assigns a unique ID generated by the browser.     
asked by 24.05.2018 / 14:36
0
answers

RFC2822 format error with fullcalendar

I'm making a calendar of events with fullcalendar. I'm trying to use a button to add an event to my calendar, but when it comes to doing it, I get the following error in the console. The piece of code that is executed is the following....
asked by 24.05.2018 / 07:57
0
answers

Send model to PartialView with $ .load

I'm here because I have a small problem with handling a Model between View and% PartialView The question is the following, I have a view (that fulfills the form), so as not to overload it so aggressively, add a PartialView...
asked by 24.05.2018 / 12:24
0
answers

Enter data to 2 tables

I'm doing a shopping module. The code is already made to enter the sales table and sales detail. When I enter a product it works correctly but when I want to enter more than 2 objects at once I get this error: preg_replace(): Parameter mismatc...
asked by 20.06.2018 / 14:19
1
answer

Rebuild html elements with the data stored in a json?

I have a json object created with the tags and attributes of the html elements. Now that I have the json I want to rebuild the entire html running the json. Any suggestion would be of great help to me.                                <d...
asked by 23.05.2018 / 02:43
0
answers

Highcharts in Symfony 2.8

I have been trying for some time to use this Highcharts library in a personal project that I am developing in Symfony 2.8 . I have searched the bibliography and when trying to follow the steps for the installation of the OBHighchartsBundle bu...
asked by 23.05.2018 / 19:59