Questions tagged as 'html'

2
answers

Label Select changed its style when it is MacBook

Greetings! I have an html tag called <select> with bootstrap class form-control this class adds some styles which are these: .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px;...
asked by 11.09.2017 / 15:29
1
answer

ng-repeat does not show me the list

I'm starting to learn Angular. make a small example and show me the list: HTML and JS: var app = angular.module( 'flapperNews', [] ); app.controller( 'MainCtrl', [ '$scope', function($scope) { $scope.test...
asked by 13.09.2017 / 17:26
1
answer

Delete records that I have in the bbdd

function cargaPagina(pagina) { var desde = pagina * itemsPorPagina; $.ajax({ data:{"param1":"dame","limit":itemsPorPagina,"offset":desde}, type:"GET", dataType:"json", url:"Conexion_Contacto.php"...
asked by 13.09.2017 / 02:50
1
answer

Minify CSS to simplify

I try to minify my css code to improve the loading of my website. I have tried for css clean and minify css, but the code that returns is always commented. Any help?     
asked by 19.09.2017 / 14:44
2
answers

Receive 2 or more data by AJAX with SELECT

What I want is to be able to select the two options of the combo ( MES and ANO ) and that by means of the function onChange show me the data of the graph, I clarify that with a single data (MES) It shows me the results, but I...
asked by 19.09.2017 / 22:01
2
answers

problem with push.js on web

Hello friends, well I tell you that I'm implementing the notifications function from the library of link and I have this code that I'll leave below and I'm supposed to take it out of the page to test it on my localhost but it does not work and...
asked by 15.09.2017 / 22:59
2
answers

CSS: Height 100vh does not work correctly

In CSS there is a way to get the full height of the html document which is 100vw, and it is not getting all the height correctly. The CSS looks like this: #menu{ background-color: #252525 !important; height: 100vw; } And the pag...
asked by 12.09.2017 / 10:53
1
answer

Undefined when entering the value in the DB [closed]

It connects me perfectly all the values but when entering a part that is called incidence appears to me write what you write me appears undefined this is the code where data is entered into the DB require_once ("../con...
asked by 28.09.2017 / 20:16
1
answer

download of imagenen that is in the DB

as I do to download and to show on screen a previously loaded image to the database This is the php that seeks to load the image I do with the variable but the only thing that loads is the name of the image <?php...
asked by 28.09.2017 / 22:39
2
answers

Text ordering

In a form I have a textarea at the time of entering data the income of the following form. But when I call it from the database it pulls me like a line Is there any way to get it sorted out as you entered it at the beginning? I'm usi...
asked by 28.09.2017 / 16:29