Questions tagged as 'html'

1
answer

error with try cacthen php

I'm doing a login to validate the user, but when I use the instructions try and catch of php I get an error. I have tried many ways but I still do not make it work, my code: <?php { try{ echo entero('string'); $...
asked by 12.04.2018 / 18:09
0
answers

How to sort tables with arrows in javascript / jquery

How can I order a list of items (each column has an arrow up and down) of a table through arrows that are not images but font awesome, it turns out that I in this site web , I built something based on images that are svg that do not appear I do...
asked by 07.04.2018 / 16:30
1
answer

Header and table foot immobilized when scrolling

Could someone help me how to make the header and footer of the table immobilized with CSS or javascript when scrolling? <style> table.tablaordenada { font-family:arial; background-color: #CDCDCD; font-size: 8pt; width...
asked by 09.04.2018 / 17:21
1
answer

Format fields with Laravel-Excel

The following code allows you to export a .CSV file using the maatwebsite / laravel-excel library from Laravel 5.2 . Excel::create('Filtro Productos Concentrado', function($excel) use($ini, $fin, $gr) { $granjas = Granja::all();...
asked by 09.04.2018 / 21:46
0
answers

Apply AJAX to an input and table without repeating it

I have a form as follows. <form name="" method="post" action=recep.php > <label>NUMERO DE ASOCIADO</label><br> <input type="text" name="numasoc" id="numasoc" required="true" /><br> <label&...
asked by 29.03.2018 / 19:54
0
answers

Make an index like TWITTER

I want to create an almost identical index, I'm using bootstrap to do it, I run into the beginning of the site, since I can not place the two Divs that contain text and form, occupy 50% of the site with width but when I want that occupy 100% of...
asked by 30.03.2018 / 10:31
1
answer

I can not click on the bottom sidebar in Wordpress

I'm setting up a web in Wordpress and I have a problem with the bottom sidebar, in the bottom bar where the widgets are, I can add and modify them without problem, but then the links do not work or a form that I added in the widget, it's like it...
asked by 04.04.2018 / 11:25
0
answers

is there a row limit for a table using the jquery dataTable plugin?

I'm using datatable to show records that are queried to a database by means of a web service, I see that the records are drawn correctly when the rows do not exceed 10,000 records on average, the more problems begin when drawing the board, the q...
asked by 19.04.2018 / 23:45
1
answer

Problem with a class called cs-select

I have a problem with the class cs-select , which does not allow me to activate and deactivate a select. HTML: <div class="form-group"> <label class="col-sm-2 control-label">Forma de pago:</label> <div class="...
asked by 19.04.2018 / 14:28
0
answers

Problems moving between columns a mysql record

Good morning, who could help me with this. It is a system to take control of the agenda, for days. What happens is that when I enter a record the first one fits well. from 10 a.m. to 2 p.m., but when I enter another one, I add them agai...
asked by 07.03.2018 / 18:05