Questions tagged as 'dinamico'

3
answers

By what means can you remove dynamic cell inserted in the HTML table

Script var opt = document; function inserirLinha(id) { var newRow = opt.createElement('tr'); newRow.insertCell(0).innerHTML = '<input type="button" value="X" onclick="removeLinha(this)" />...
asked by 03.06.2018 / 16:05
1
answer

Relate dynamic inputs with datalist to other dynamic inputs

I'm new here and curious in programming, so sorry to talk bullshit, but I need help. I have a form with the option to insert inputs dynamically. Whenever an "item" is added, two inputs are added, the "foo" and the "bar" . All "foo" relat...
asked by 23.04.2017 / 16:03
1
answer

For what reason, I have to double click on the bookmarklet to insert a dynamic content

I developed a small plugin commonly known as bookmarklet . This result is almost satisfactory for my case, however, there is an empencilho. For me to start it I have to double click otherwise, it does not launch the player on the page. Since...
asked by 10.12.2017 / 22:17
0
answers

Insert onclick event into dynamically created input

I have a table where the user can insert a row in the table and then delete it if necessary. To do this, when it adds a row, in the second cell I enter two cells. One contains the content and the other a dynamically created button. My problem is...
asked by 27.07.2017 / 15:05
1
answer

How to insert dynamic rows into HTML table, and already set a class beforehand

I have an HTML table and I'm creating your lines dynamically using appendChild() , I'm just not able to set className dynamically on those lines, in the third column - "VALUE". See like this: var doc = document;...
asked by 03.06.2018 / 14:11
1
answer

Improvements in dynamic content

Good afternoon, I have a function in jquery that I have been improving since I discovered it in forums, it serves to create elements dynamically using jquery /* função que insere e remove cadeia de inputs */ var inputnew = 0; function...
asked by 05.05.2017 / 17:50
1
answer

Warning: "No local application has been provided. You can define it in the Run menu, Parameters "Dynamic DLL Creation problem in C ++ in DEV ++

I'm trying to create a DLL with the code that the teacher passed, but it does not compile properly. The warning is appearing:    "No local application has been provided, you can set it in the Run menu, Parameters" What would these Par...
asked by 04.11.2018 / 15:01
1
answer

FULLCALENDAR - bring events

We have in the configuration of Fullcalendar the part of bringing the events in json form, I follow the following model: $('#full-calendar').fullCalendar({ events:{ url: 'php_ajax/jq_agenda_calendario_dados.php', cache: t...
asked by 19.10.2017 / 17:46
1
answer

How to dynamically display the category name of my post within text in wordpress

What PHP function can I use to display the name of the category dynamically in wordpress in the text of my post?     
asked by 06.10.2017 / 20:03
0
answers

Dynamize HTML with JQUERY [closed]

Hello, I'm having trouble with a JS activity, I should make the last posting to be displayed first, I already tried sort, tried sort with function and nothing solves, I can change the order of objects in the array more I can not change the order...
asked by 26.07.2018 / 18:18