Questions tagged as 'html'

1
answer

How can I fix Labels?

I will try to explain myself as best I can. I am currently set up a web page, and I have some labels that do as a header for others, the problem is that when I descend the page the headers also go up and I need all the time to be seen at the top...
asked by 06.02.2018 / 14:46
0
answers

How to calculate the price of a reservation to insert later in the BB DD in DAO?

I'm doing a room booking system with Mysql, java and HTML.  I wanted to know How can you calculate the price of a room?   Depending on the days and the type of room, whether they have children or not.   And then as I insert it in the database. O...
asked by 09.02.2018 / 18:09
0
answers

laravel pass variable parameters on button

In the grid of a CRUD, I have a search button in the upper part next to the title. In that button I go to the corresponding method in the controller, but passing the id of the record. I put this: <a class='btn btn-info' href='{{ route('prod...
asked by 08.02.2018 / 16:17
1
answer

change the action of a form depending on the value of an input

this is my form: <form action="" id="comprobante" class="frm-ventas" method="post"> <input type="text" name="nombre" id="nombre"> <input type="hidden" name="cod" id="cod" value=""> <button type="submit"> </fo...
asked by 08.02.2018 / 15:14
0
answers

I can not access the value of props in vuejs

Hello friends, I have a child component to which I can not access the value of a property that I passed through the props. I have an object arrangement that has two full arrangements inside, values: { value1: ['val1', 'val2', 'val3'],...
asked by 05.02.2018 / 21:50
0
answers

Columns are not shown in "footable" table

function abrir(idOferta) { $('#unidades').val(1); modal('{{ path("neumaticos") }}/ficha/' + idOferta); } jQuery(function($){ $('.table').footable(); }); <table id="neumaticos-resutl" class="table table-striped table-re...
asked by 06.02.2018 / 08:30
1
answer

Event "onclick" within variable and Uncaught SyntaxError: Unexpected token}

My idea is to add rows to a table with an "onclick" event in them. As you can see, in "var table" I create the "tr, td" and I pass the styles. So far, no problem, but when I launch it gives me an error of the type "Uncaught SyntaxError: Unexpect...
asked by 30.01.2018 / 15:06
2
answers

Table does not take property bordered

My table does not seem to take the class table-bordered , what's wrong? This is my code: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+05...
asked by 30.01.2018 / 17:53
2
answers

Button value within table

I have a dynamically generated table, inside it I have a button to which I want to obtain its value The button performs an action different to what is assigned its value, so I have assigned it a value there to use it in another action I am...
asked by 26.01.2018 / 18:05
1
answer

angularjs does not bring results

I'm trying to bring results from a database but there is a flaw. It does not show any element when operating ng-repeat ANGULARJS angular.module('vinApp', []) .controller('propDis', function($scope,$http) { $http({...
asked by 26.01.2018 / 15:26