Questions tagged as 'jquery'

1
answer

Change text within a dynamically generated span element without destroying the nested elements

My need at first seems basic, but I can not find a way to change the text inside a tag <span> that is generated dynamically. Below is the excerpt from the DOM where I have the following excerpt: <span>Novo Teste</sp...
asked by 03.09.2015 / 22:10
3
answers

jquery datatables requests to the server with parameters

I have a search form where I put the NIF to search. I'm using datatables to populate the information that echo json returns. I have this code in javascript the data.id sends the id to the php. function getfichauser() { $('#ficha').Da...
asked by 07.09.2015 / 19:06
1
answer

How to get value and id inside TD?

I have three action links within the TD of a Table. How do I get (in Jquery) the value and id when I click on one of the links? The following is the code below: var dados = [ ['Banana', '10,00'], ['Maça', '2,00'],...
asked by 26.08.2015 / 23:14
1
answer

problems with Handlebars JS

The select box is not generating the values of the array of objects within handlebars ( selectMenu ). In this loop I add the values inside an input: {{# each arr}} Here I separate what I'm going to send to create my template:...
asked by 24.08.2015 / 16:58
1
answer

How to display the time of this counter in the title bar of the window?

Follow the timer file: link It shows the time in the input, but I wanted it to also show in the title bar of the browser, even minimized I want the time to be shown in the window title dynamically (updated from time to time in the case,...
asked by 14.10.2015 / 17:55
1
answer

Create dynamic border on an image after marking a checkbox

How do I when I click on the checkbox it dynamically marks an image with border. I'm trying to do it but it always marks all img how could I do that. Note: my img comes from the bank everything is dynamic. dynamic part...
asked by 08.01.2016 / 15:17
1
answer

Disappearing two divs with jquery

First of all I made a foreach in my bank but the code will be very extensive continuing, What I want to do is to have the user click on the link to appear a confirmation of a div, in this div will have a link to actually delete the article the p...
asked by 06.01.2016 / 20:46
1
answer

Bootstrap Modal with input content [closed]

Good evening. I have an HTML page that has a text input and a button. in this input I write the client name and the button it opens a modal to make a registration. I would like to already put the client name that I typed in the input in the moda...
asked by 11.01.2016 / 02:54
1
answer

Turning INPUT into DropDown Items?

Good afternoon guys, I have a question, how would I use jquery to transform inputs into a droplist menu? Html is as follows: <li class="select skuList item-dimension-Tamanho"> <span class="group_0"> <input n...
asked by 16.09.2015 / 19:12
1
answer

Add parameters get value of a select / option in url

I have in the page that lists the properties of my site a search form and a select that does the ordering of the result. Theproblem:Searchingtheformandpassingintheurlthevaluesviagetctr=0&min=20000&max=999999&suites=3etc.andsoonafterc...
asked by 17.09.2015 / 22:54