Questions tagged as 'jquery'

1
answer

recover data from JSON file

I need to implement a translation in a plugin called pikaday, which is actually a datepicker, and as the site is multilanguage I am trying to implement the i18n. pulling the translations of a JSON: link and here in jsfiddle the example: li...
asked by 30.09.2015 / 07:08
1
answer

Show a single DIV with Ajax

I'm making an ajax request for an external URL and I want to show only three elements of the original site on the page I've developed. But when you run the code it brings all the elements of the page. From the page in question I want to sh...
asked by 27.09.2015 / 23:24
2
answers

Change element with jquery

Hello, I have a problem, in the code below I have a product table, where they have a value (R $) and an input for the customer to choose a quantity. I need that when the customer changes the quantity, it is multiplied by the value of the product...
asked by 02.09.2015 / 21:39
1
answer

Destroy javascript tag

I have an Asp.Net MVC project structured as follows: Home On the Home page there are several links for other Actions and Controllers , and they return a PartialView that mounts all contents to modal . Home...
asked by 03.09.2015 / 17:00
1
answer

Clear 2 fields of type select when filling in a certain input field

I need to clear the filled values of 2 fields of type select when filling a field of type input . When I fill in the field input with name postcode I want the values of fields of type select with name coun...
asked by 07.07.2016 / 16:20
1
answer

Catch data after gridComplete

I need to get the full json returned by the jqGrid query, how do I? ... gridComplete: function(data) { console.log(data); //não funciona });     
asked by 27.08.2015 / 15:42
1
answer

Doubt on how to calculate time difference with special conditions

I'm trying to figure out the time difference between two dates using Moment.js , but I need to look at some special conditions:    Case 1 : If you enter a day in a month, it counts as "a full month." Per   example: from day 31/09/...
asked by 27.08.2015 / 22:39
2
answers

How to create field dynamically with jQuery? [duplicate]

I have a function that I need to validate what the user typed, if it is true enable datepicker . But the way I did it is falling into the method POST of asp.net mvc . Is there a way to create a textbox d...
asked by 28.08.2015 / 19:13
1
answer

Replace Checkbox by Image

Hello, I do not know if this is the name of what I want. As you can see on this site: link When clicking on an image it is selected, I would like a similar code or one where clicking on the image the checkbox would be selected.     
asked by 08.09.2015 / 18:27
2
answers

How to get the CSS that was defined on another page?

Hello, I'm new to front-end development, sorry if my question is kind of rough, but what I would like to know is if it is possible to get the CSS file that was defined on a page and use that same CSS in the too much. This project uses Velocity, s...
asked by 24.06.2015 / 05:42