Questions tagged as 'html'

1
answer

Error in phpMyAdmin Undefined Index and AUTO_INCREMENT

This Error appears to me when executing, the weirdest thing is that it registers, but not the username. Why do not you register me? I will put the code of the pages here so you can visualize it better. On the other hand. Because i...
asked by 08.07.2017 / 19:05
1
answer

When updating a Div with jQuery or Ajax the components stop working

I'm using a template that I found on the internet, when I click on a menu option I update the main content by Ajax but when I want to get a div or open a datepicker , or any other functionality of jquery , it is no lon...
asked by 12.06.2017 / 02:44
0
answers

Angular.io does not print my form

Good morning, I am creating a pure component to generate forms. The problem I have is that it generates the labels well but it shows me the HTML code instead of printing the input. This is my code: <div *ngFor="let i of cols" class="form...
asked by 12.06.2017 / 07:46
1
answer

How can I select a row to add via ajax?

This is the code to select $('#example tr').on('click', function () { var dato = $(this).find('td:nth-child(4)').html(); alert(dato); }); works well when the table is loaded with hard data, for example: <table id="example> <...
asked by 01.06.2017 / 20:02
1
answer

Datatable 1.10 erase data when filtering

I am inserting data in a table with datatable, at the time of using the filter it filters, but it deletes the data that was already loaded in the table. <div class="jarviswidget jarviswidget-color-blueDark" id="wid-id-2" data-widget-editbut...
asked by 31.05.2017 / 17:39
2
answers

Div overlaps using property top

Well, I'm developing a web page, and I have something like this: HTML <section> <article class="first"> <!-- Resto de estructura --> </article> <article class="second"> <!-- Resto de estructura -->...
asked by 03.06.2017 / 20:01
2
answers

I do not get the values from AJAX

I am trying to send some values from AJAX to my controller but they do not reach me. I have looked at some web pages but I have not found the solution to this problem. In the jQuery tag: function add_tipoDoc() { var idTi = document.ge...
asked by 24.05.2017 / 13:19
0
answers

The format and extension of the "file.xls" file do not match

When I save a file from angularjs with a content and save it to an excel file. I get that message in excel and I can not find the solution because for more headers I add is still coming out, some indicate that it is by the kb link others that...
asked by 23.05.2017 / 13:02
3
answers

Problem to run 'change' event in select

I have the following SELECT: <select id="municipio" class="celda corto"> <option selected="true" disabled="disabled"><?= $rows['municipio'] ?></option> <option>Veracruz</option> <option>Boc...
asked by 07.06.2017 / 18:00
1
answer

Store the value of a variable in an object

I have an interactive calendar, and to add new notes by clicking on the day I extract the format date of that day and store it in a variable, all right up there, the problem is that to be displayed in the Calendar as an "active note" I must add...
asked by 08.06.2017 / 00:28