Questions tagged as 'jquery'

3
answers

Select items ignoring others with JQuery

I have this structure HTML . var subMenuElementos = $('#menu nav ul li a'); subMenuElementos.removeAttr('href'); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <div id="me...
asked by 23.01.2018 / 01:27
2
answers

Increase number with jquery and localstorage

I am using localstorage and getTime , to receive the time and save it in localstorage and then calculate if 1 minuto has passed and update localstorage and display a text in div . (I clarify that this is f...
asked by 07.01.2018 / 15:01
1
answer

like going through a table and getting the values inside the input with jquery

I want to go through the table and get the value inside each td and then inside the input in its value property. I have this but it does not work for me. it returns only the first 2 columns the rest that has input does not do it. $("#2a tbo...
asked by 02.01.2018 / 20:45
3
answers

Save data to array using JQuery

Good morning! I'm trying to create a kind of form. The thing is that the user clicks on a button and different fields appear to fill in (these fields will be text-type inputs *). Once filled out, click on a new button that has appeared...
asked by 21.12.2017 / 11:34
1
answer

Get height of an image in an array

I want to get the height of several images that are as children of their respective containers, I tried to get all the parent elements and then get the child element with find('img') , but I can not get it to print the height...
asked by 21.01.2018 / 07:07
1
answer

Mixitup.js filter

I am using mixitup for a restaurant menu, but I want that when the page is loaded it is filtered only in one of the menu categories instead of showing all the dishes, that is, I do not want the "all" The first thing that is shown is "areperia"....
asked by 14.12.2017 / 09:30
1
answer

Display datetimepicker up

How do I do to display a datetimepicker up immediately above the input that displays it? How should I initialize it? Use bootstrap 3.3.7. For now I only have it initialized in this way: $("[id^='Date']").datetimepicker({ locale: 'es',...
asked by 30.11.2017 / 23:25
1
answer

Get access to iframe content?

What kind of friends I hope you can support me with some doubts I have. I am uploading a page in an iframe , and when I try to access the contentDocument it returns the following error DOMException: Blocked a frame with origin " link "fr...
asked by 16.11.2017 / 01:48
1
answer

Add arrows to carousel

I wanted to know if there is any way to add arrows to make it run to this type of carousel , in addition to having the touch (which already comes by default) and that runs on its own. This is my code: (function($, undefined) { $...
asked by 19.12.2017 / 14:49
1
answer

Ajax does not work

Container folder: Folder js Sub-Folder ajax JS File ajaxlogin.js Folder php PHP file consultas.PHP HTML file index.html My code is as follows: index.html <!DOCTYPE html>...
asked by 07.11.2017 / 21:51