Questions tagged as 'html'

1
answer

Do not take css form

I have a problem with my page, it turns out that I'm trying to apply a style and all the elements take less the select I do not know what happens someone could help me with this, I tell you this error I get when I run it from the apache server,...
asked by 27.12.2017 / 14:45
2
answers

get the queryselector result of the id and save it to the database

I hope you can help me one more time. The issue is that I must save the results that I get in the database javascript. and the value that the first select of the id="hotels" keeps is the price instead of the hotel .. and I also need to show the...
asked by 26.12.2017 / 23:40
1
answer

at the time of recharging a div, the script that is inside the div is not recharged

my code is as follows: <?php $r= rand(0,9); echo" <html> <head> <title>Alertas</title> <script src='web/view/js/jquery-2.0.3.min.js'></script> <script src='web/view/js/main.js'></script>...
asked by 26.12.2017 / 23:30
2
answers

Ajax post request

I am new in JS and I am confused in this, post request by AJAX , I would like to know if my comments are ok and if I am correct because I am confused enough, a post request opens and you are pass 3 arguments, string...
asked by 20.12.2017 / 20:11
1
answer

Problems with the css of a href in menu Bootstrap

$(document).ready(function(){ $(".dropdown").click( function() { $('.dropdown-menu', this).not('.in .dropdown-menu').stop(true,true).slideToggle("600"); $(this).toggle...
asked by 19.12.2017 / 23:45
1
answer

Problem accessing the elements of an ng-repeat array

That such a community as you will see I am new to angularJs and I have a problem accessing the elements of an array. here I have my controller var app = angular.module("teApp") .controller("NewPromotionDetailController", ['$window','$scope'...
asked by 02.01.2018 / 19:10
2
answers

count two fields of a table in php sql

I have a table called matriculas_2018 and two fields one of courses and the other of specialty . I want to put an accountant that tells me how many students of the THIRD-AVERAGE course correspond to the ADMINISTRATION specialty and a...
asked by 14.12.2017 / 16:09
3
answers

Problems with hover image transform: skewX CSS

I am wanting to add a title for each image when I do the hover and I would like to place it as the example of the attached image, the problem that I was testing and it does not allow me to position it over the image and that is in the top limit,...
asked by 18.12.2017 / 14:42
1
answer

Execute cycle while several times once finished

Good afternoon, I know that my question is not very clear, but in this section I will explain myself better, it happens that I have a table that looks like this but I want the radio input to be in all rows, this is my code: echo "<ta...
asked by 18.12.2017 / 20:24
1
answer

Select by default, depending on the value returned in MySQL?

Good afternoon I have the following code: <div class="form-group"> <label for="exampleInputEmail1">Centro de formación: </label> <select class="form-control" name="centroformacion" selected="Cen...
asked by 18.12.2017 / 20:06