Questions tagged as 'jquery'

1
answer

Mark the step visible in slick slider

I would like to know if someone knew how to mark the option that is visible in the navigation to the now that passes in autoplay the slider , I share my code: $('.pasos[data-slide]').click(function(e) { $(this).siblings().remov...
asked by 18.04.2018 / 20:26
2
answers

Url with parameters does not work in MVC

I am developing a project in mvc it has been working fine, but I have not been able to solve an error, I try to access a url that creates from global asax with parameters but it sends me error 404 routes.MapRoute( "Unit",...
asked by 06.04.2018 / 01:24
1
answer

Return text to the original with Jquery

I am trying to make a site in which through a simple click the client can change the language of some texts. $(document).ready(function(){ $("#miboton").click(function(){ $("#micapa").html("Nuevo texto para cambiar");...
asked by 02.04.2018 / 03:36
0
answers

Ajax in cake php

I want to make a form that is constantly reviewed by a controller, but by means of an ajax, that is, my field is the user's, and I want to validate if the user already exists, but what I have said to me: Notice (8): Undefined variable: ajax [A...
asked by 02.04.2018 / 14:34
1
answer

how to traverse the elements of a row in a table individually with jquery

I designed a table, and the idea is that every time I press the button of a row, I show by means of a message the ID that belongs to that row, but regardless of the button that I press always tells me the Id of the first row. below I leave the c...
asked by 14.12.2018 / 03:31
1
answer

How to know when the src property of an image changes its value?

What I want to do or better to know is how I can know when my src attribute is changed, since I currently have a gallery of images that change every so often through javascript. var imgArray = ["http://localhost:8080/GIBLO/Assets/Imagenes/...
asked by 15.04.2018 / 23:06
2
answers

How to limit an interval of 7 jQuery days?

I have the following code, my question is: How can I limit so that the date is only 7 days backwards or 7 days ahead? $(document).ready(function() { $('#fecha1').datepicker({ startDate: '2015-12-01', format: 'YYYY-MM-DD' });...
asked by 12.04.2018 / 18:12
1
answer

Get views as objects with jquery in cakephp

I have the following divs: <div id="divNeeds" class="row" > <div class="col-md-6"> <h1 id="h1NeedsTitle" class="lang" key="h1NeedsTitle">Descubrir necesidades</h1> <h4 class="lang" key...
asked by 12.04.2018 / 20:56
0
answers

How to sort tables with arrows in javascript / jquery

How can I order a list of items (each column has an arrow up and down) of a table through arrows that are not images but font awesome, it turns out that I in this site web , I built something based on images that are svg that do not appear I do...
asked by 07.04.2018 / 14:30
0
answers

Colors in the Bar Chart of Chart.js

I am graphing the percentage of compliance of the plans of the areas for which my company is distributed, 2 different lists are filled in and I send the data by ajax where I receive the lists of the hundreds and the of the colors and it shows me...
asked by 09.04.2018 / 15:42