Questions tagged as 'html'

1
answer

The 'onreadystatechange' method of XMLHttpRequest is not executed

I have this code that I simplified to find out why it does not work, but I still can not find the error. I put a alert() after the onreadystatechange method and I checked that it never gets executed. Why can it be? localhost / f...
asked by 04.12.2018 / 05:12
1
answer

perform calculation by pressing TAB

I am selecting 2 inputs to calculate a value between hours using keypress . My query is how I can perform the calculation only by pressing the% key% of% $(document).ready(function() { $('#horaInicio').timepicker({ 'scrollDefa...
asked by 23.07.2018 / 16:56
1
answer

Disable the readonly attribute

I have a select where I select an object and it pulls the value to a input , but I want to ask if the text is the same Other, that the input CodArea can be editable (remove attribute readonly) <select class="form-...
asked by 25.07.2018 / 18:40
1
answer

Can a request be made in an ng-click event?

Can a request of the post type be made in a click event in angular? <div class="box-header este" data-widget="collapse" ng-click=fxRequest() > function consulta_grupos($http, ref, vg, tipo, $scope) { var oficina = localStorage....
asked by 24.07.2018 / 20:12
1
answer

How can I hide my alert within a modal in Jquery?

What happens is that I have a Finalizar compra button that when giving click and not being logged, a modal appears with the alert message    "You should sign up before continuing with your purchase" and I have another button...
asked by 26.07.2018 / 19:49
1
answer

problem when passing $ _SESSION

Login.html </div> <div class="col"> <form action="../php/comprobar_inicio_sesion.php" method="POST" name="form_login"> <div class="form-group"> <label for="exampleInputEmail1">Email</label> <...
asked by 27.07.2018 / 15:32
1
answer

How to make a div pointing like a chat bubble

I have the following question about how to make a pointing div NOTE : I mean only one not with two div because that is what I do here I leave you an image of what I want and a bit of code this is what I want to achieve this is what I ha...
asked by 03.08.2018 / 21:13
2
answers

Count and show it on screen, but when reloading do not restart the count, either with JavaScript or Php

Hello friends, I would like to know how to make you tell me the number of click that you make to a part of a page, and show it, I would like to do it with php so that those clicks are saved in the database but it is easier with javascript but wh...
asked by 06.08.2018 / 19:38
2
answers

Preserve 000 in a sum

I have the following code where I get the MAX of a code, but this code is a String . To this MAX I separate it in two to get the first 3 initials that are letters and in the numbers to add 1 to the numbers. $query = "S...
asked by 30.07.2018 / 17:18
3
answers

help with various DIV and creation

My code is the following and works perfectly, besides that there is more div, but I want to add a button that is called "Add new room" and when I press it I want to create another one in the body similar to the code What is present Is it possibl...
asked by 15.07.2018 / 23:13