Questions tagged as 'jquery'

2
answers

jQuery function to send me up the screen

I have a series of inputs type radio and I want to click on them to send me up the screen with a function jQuery . How could I solve it? I have this function and it does not do anything to me. $("input[name='piezas']").c...
asked by 20.04.2017 / 13:51
1
answer

What does it mean if I put action: 0 in the data attribute when I use ajax?

I do not know if I formulate the question well hehe, I mean what does this piece of code mean? $.ajax({type: 'POST', url: _url, data: {action: 0, search_head: search_head, chngroup: chngroup, language: language},...
asked by 17.04.2017 / 16:00
0
answers

Apply event to nav-tabs made in Bootstrap

Good morning, I have a nav-tabs done in Bootstrap, which in one of its elements creates a data table in an empty div. I need to change the tab in nav-tab , that div is empty, but I can not recognize any function added to those butto...
asked by 20.04.2017 / 09:05
4
answers

Show an element of a JSON with an ID

How can I show the iP that belongs to an "ip_id" within elements?. data.json { "json": [{ "list_ip": [{ "1": "190.15.20.18", "2": "10.10.10.100", "3": "10.20.30.40" }], "cosas": [{ "elementos": [{...
asked by 20.04.2017 / 15:17
1
answer

Dynamic jquery button on a table?

<table id="tabla"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> </tr> </table> Currently to enter data to my table use apend, how...
asked by 20.04.2017 / 20:35
0
answers

Why is the session closed in laravel?

I have a problem with the use of sessions in laravel. In Session.php in lifetime I put so that the session lasted 24 hours and worked well, what happens is that I added two div to be updated every second and now at any ti...
asked by 15.04.2017 / 22:50
0
answers

add div to a specific div cloned

I am trying to insert a div to a div cloned worse for example specifically to that, that is, what I want is that when you puncture a box and expand it appears not an area where I can put divs and then if I want to another box then something diff...
asked by 21.04.2017 / 23:08
1
answer

How do I get the data of several input that autocomplete to another

Good afternoon, I have this bbdd with 7 tables. link In the last one as we can see I have 4 PK because it is necessary to be able to have a document with the same name but with different versions. The problem is: How do I collect the dat...
asked by 05.04.2017 / 17:13
1
answer

Light-Box Gallery

My question is this: I want to put some images designed in phothoshop as sample images on my page, they are cut in the shape of a diamond, but I want you to click on it to show me another image, which I have inside another folder of images ... I...
asked by 05.04.2017 / 03:56
1
answer

Place a header on the table and keep it fixed to the vertical scroll

I have come across a great paradox. I have already finished my project, I wanted to improve it by correcting some details as it is (among others) to keep the header cells fixed when doing vertical scroll in the tables. I have turned to...
asked by 06.04.2017 / 23:50