Questions tagged as 'jquery'

1
answer

jQuery - show () hide ()

I have a button called "new" ... <input type="submit" style="width:200px; height:28px;" name="nueva" id="nueva" value="Añadir"> I want to select or click, open a form / div to fill in some data. <form action="<?php echo $_SERV...
asked by 29.11.2017 / 11:17
2
answers

Scroll menu does not let Jquery javascript go up

I have the following form <div class="container"> <div class="row" > <div class="panel panel-default"> <div class="panel-heading">ADAPTOR CHATBOT</div> <div class="panel-body"> <di...
asked by 22.09.2017 / 12:16
2
answers

Jquery DatePicker

Greetings. I am using this plugin and it has worked very well, but I need to be able to subtract 2 dates (start - end) to show the result in days in a span. How could I perform this operation? Does this plugin have any method to do this? This is...
asked by 12.12.2017 / 18:13
1
answer

I can not define multiple script tags

I have the following code <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />...
asked by 01.11.2017 / 19:06
3
answers

Display a div when clicking on an image

Good try to make a drop-down and I'm hitting quite a few hits with it. I've written this code JQuery , but it does not work, (which is not surprising because it's the first one made by me xD). $(document).ready(function() { //...
asked by 03.09.2017 / 17:44
2
answers

change background color without an input, and define a value in a function in javascript

I'm trying to change the color of a div with a function in javascript, but now I want to load the page already have that color, according to a value already defined in the function, without the need for an input, but I have not achieved it, I ho...
asked by 03.10.2017 / 22:02
1
answer

Jquery in laravel, it does not work

I'm trying to link Jquery to my laravel, I'm just learning now and I have this code trzoo for an easy index: <meta charset="UTF-8"> <title>@yield('title', 'Default') |Panel de Administración</title> <link rel="stylesheet"...
asked by 22.08.2017 / 11:29
1
answer

Because it detects class that are erased

I'm trying to make a jquery script that detects one class inside another and when it detects it notify, delete it and continue running until it detects another one. But the problem is that it detects a class that is deleted before and is not...
asked by 22.08.2017 / 12:16
2
answers

print nested arrays on json objects with query

Hello, I have this problem to print this json { "delegacion":"\u00c1lvaro Obreg\u00f3n", "estado":"Ciudad de M\u00e9xico", "region":"Centro", "colonias":[ {"idcp":"27886","asentamiento":"Ampliaci\u00f3n El Capul\u00edn"}, {"idcp":"27887","asen...
asked by 18.10.2017 / 21:19
1
answer

How to increase the value of a variable with a click event?

My problem is that I have a variable to which I need to increase its value with each click, but in my code, it does not increase but remains with the same value ... I come to the conclusion that it recognizes it as a single event so it does not...
asked by 19.10.2018 / 02:16