I am working on an intranet website, this does not have communication with the internet, so security problems should not exist.
The point is that I require that when the user is in a form when entering an option in which he will request the path...
I have a countdown running in my html , but I need that right after finishing, start a new countdown with a different time in the same countdown , this is the js
$(function (){
function countdown() {
var...
Hello everyone, my question is how can I make a comment box like the one we have in this forum, with all those options that are handled with PHP, is it possible?
Thank you for your answers
I am using input mask for a phone format:
$('.selector').inputmask("(09\1) 999-9999");
0 and 1 are standard, and I only store the other numbers, the problem is that when I reload my page if I complete them with '1111111' I lose the last num...
I'm making a newsletter form,
I have 4 options all have Yes and No
now I want to avoid that the form is sent if everything is in NO
This is my code, I tried it with Js but it did not work out.
Thank you very much
<!-- Begin MailChi...
I am looking everywhere and I can not find how I can fill an input of a multiple select using select2.
the code I'm using is this:
if (ui.item.tallas >= 1) { $('#'+Talla).val(ui.item.talla.split(',')).trigger('change'); $('#'+Talla).sele...
I would like to emulate the enter key since I am generating inputs dynamically, at this moment when you press the button add product or give enter it generates an input and can even be deleted, but I would like my default script to generate on...