Questions tagged as 'jquery'

3
answers

$ .ajax is not a function

I have an error when sending data by ajax, it marks me an error in the function $.ajax() but I already checked the documentation and the code is ok. This error marks me    status.js: 29 Uncaught TypeError: $ .ajax is not a function...
asked by 15.08.2017 / 05:01
2
answers

Cause a .change () to fire when 2 inputs were modified

The problem I have is that I want an update to be made when I modify two fields of the text box type for it. I have a function that takes both IDs and when I detect the change, call a function: $(document).ready(function miFuncion() { let...
asked by 04.04.2018 / 00:46
2
answers

How to validate start date is less than end date Datepicker Boostrap

Good I'm doing a reservation system (I'm new to this). The only problem I have so far is that it does not validate that the "end" date is greater than the start date. Can anybody help me? I know it's simple but I'm learning HTML <input typ...
asked by 14.03.2018 / 01:13
1
answer

JQuery code to pure JS

Good day yesterday I asked a question to which I responded successfully, only that when implementing it in my project, I worked with custom templates of Blogger I wanted to add the JQuery code and it does not detect the function. $('.custom-pl...
asked by 24.03.2018 / 20:32
1
answer

jquery writing time

I have a question and I have not been able to find a solution. What happens is that I'm using a bar code in a input , but this input also has a function to look up real-time data (ajax) in the database, which I try to do when the...
asked by 24.08.2018 / 15:04
2
answers

JQuery the menu effect works only once

link Hello everyone. Thanks in advance for your help. In the link I have attached, I am trying to animate the menu bar. The idea is that each time you click on a link, the bar disappears completely and reappears. Problems: The animati...
asked by 28.09.2018 / 12:04
1
answer

Show / Hide div

I have two links one is called links and the other information. My question is, how can I do with jquery that when I click on links a div appears and when I click on information the links div disappears and the div information appears. The ht...
asked by 21.04.2017 / 15:02
1
answer

Apply event to DatetimePicker when clicking on a date

Good afternoon, I'm using the DatetimePicker plugin and I'm trying to apply an event when a date is pressed, for example, when selecting a date automatically, an alert is generated. I have dealt with the onclick event but I can not get it to wor...
asked by 02.05.2017 / 17:11
2
answers

Select all checkboxes [duplicated]

I have: Selecccionar todos : <div ng-repeat="column in columns"> <input type="checkbox" id="selectAll" name="selectAll"/> <input type="checkbox" name="dinamico" > 1<br/> <input type="checkbox" name="di...
asked by 20.04.2017 / 12:27
2
answers

Copy css from a parent element (from the father) to the child

Good, I have this structure. <div class="contenedor-abuelo(?)"> <div class="caja-padre"> <div class="caja-hijo"></div> </div> <div class="caja-padre"> <div class="caja-hijo"></div> </d...
asked by 26.09.2017 / 19:14