Questions tagged as 'html'

1
answer

Change position to the div when I click AngularJS

I am trying to position the box azul depending on the box to which I give click , that is, if I give click to the green box, the blue box should go down to where the green box is, not it can be at the top, it should be as if...
asked by 24.01.2018 / 22:13
1
answer

Fatal error: Call to undefined function swal () - PHP

I want to add an alert message of the SweetAlert class but when everything is correct and I want to show the message / popup it tells me the following error:    Fatal error: Call to undefined function swal () Using the page link I hav...
asked by 03.01.2018 / 14:06
1
answer

random code generator javascript

I found this code that generates random alphanumeric codes, I am using it to link 2 types of users, the user can only generate the code once and save it in a table with id and code, then that code is given to other users so that they register it...
asked by 22.03.2018 / 18:04
2
answers

Redirect to another page in button Accept and issue PDF document

I have this situation: 1.- Register my data and at the moment of clicking on Accept; records are saved and a PDF document is created with FPDF without any problem <div class="row"> <div class="text-center"> <div clas...
asked by 10.02.2017 / 18:17
1
answer

Animate objects in scroll and stop them when stopping the scroll

I want to make this code work like the attached GIF when the user scrolls and stops when it stops scrolling. I've been trying with a sequence of "IFs" but it is blocked and I do not know how to solve it ... $(window).scroll(function(flec...
asked by 20.09.2016 / 17:40
2
answers

error when validating with jquery-validate in wizard bootstrap

I'm doing a web application with a bootstrap wizard the first screen has a form that is valid with jquery-validate, in the second section of the wizard I have an input and a button that generate a table according to the number of rows that the u...
asked by 08.06.2016 / 21:04
2
answers

Change background color of an input when it is not empty [jQuery]

Good people. I am trying to fill in an input itself change its background-color , this would have to be done dynamically, without having to click on a button or reload the page. I tried this, but it does not work: function ActiveInput...
asked by 30.05.2016 / 15:59
2
answers

Force two decimal places in input type="number"

I have been asked for something a bit weird, that the fields input numeric of a JSP page have 2 decimals by default. So far everything is normal: <input type="number" step="0.01" /> Now, the client wants the quantities to AL...
asked by 10.03.2016 / 12:54
1
answer

how to create a table from data entered in the form in a popup in jquery?

I have a form in an index.html, this form contains material information that is removed, in a column of this form there is an add button, which raises a popup with another form that is the detail of what will be unsubscribed (item, quantity, con...
asked by 20.07.2016 / 15:35
2
answers

Insert 'N' times of records with the same Input

Good morning I have a form where the input is generated automatically with a for depending on an assigned number. In short, a form of 4 fields is generated n times to be saved information for the same id. The problem is that the inputs are ge...
asked by 15.06.2016 / 16:56