Questions tagged as 'jquery'

1
answer

Error in JQuery Ajax and Spring mvc driver

I am sending a POST from ajax to a controller with Spring mvc, everything worked correctly, the controller received the data and worked with them, the problem has appeared when I wanted to execute a function in the ajax success, I have verified...
asked by 11.04.2018 / 16:32
0
answers

How to create a JSON to be used in ItemFileReadStore?

I have to generate a JSON to be read by ItemFileReadStore. I need to create more than 15 columns, how do I represent that? I have read the documentation and it seems that it follows a certain structure: Dojo's official website Currently I h...
asked by 09.04.2018 / 08:34
1
answer

I have a problem with ajax calls in JQuery

I'm doing an application with php and JQuery and I use and use JQuery to make ajax requests to load some parts of the page and I have a problem when I'm going to register a new book using the panel that I created for that, when I register a book...
asked by 08.04.2018 / 03:33
0
answers

CSS - Format text within html elements

I have the following problem, I need to format a pager, but I can not touch the html tags, since it is a very old page ... The code is as follows: div { margin-top: 20px; margin-left: 20px; } div a { padding: 10px; border...
asked by 10.04.2018 / 11:48
3
answers

validate that you have typed numbers and points

How to check if a user typed in one of several input of the same class, only characters characters from 0 to 9 and points ... not allowing me to only type those values if not typing validate with the event Keyup $(document).ready(function() {...
asked by 06.04.2018 / 21:05
0
answers

Icons in select

I followed an example of cpen or something like that, I do not remember what the page is called and my page does not show the images I need. This is the example: https://codepen.io/brapastor/pen/BWyomB these are the codes: home.ctp...
asked by 06.04.2018 / 23:11
0
answers

refactorization of ajax call using promises

I have a code that requests Ajax using callbacks, the task is to transform it into promises that are linked. So far, I do the two services using $ .when and .done the issue is that this confused about how to sort the parameters that were previou...
asked by 06.04.2018 / 03:16
1
answer

Receive data in MVC 5 controller

I have the following problem I am trying to send some data from ajax to my mvc driver but it did not manage to recover them this is my code: var Url = '@Url.Action("Save", "InspectionDailies")'; var user = 0; function getval(sel) {...
asked by 05.04.2018 / 23:13
0
answers

Upload file with progress bar on the same page in struts2

I need to upload a very heavy file and that's why the progress bar on the same page. I have searched a lot and the interceptor execAndWait does not work for me because it puts the progress bar on an intermediate page. So I developed my ow...
asked by 04.04.2018 / 18:26
0
answers

Problem updating Trello card with its Javascript API

I am trying to modify the values of a trello card through its API, in this case I am trying to modify its name, the call offered by the API is as follows: PUT /1/cards/{id}/{property}?value={newValue} link I'm trying it in the followi...
asked by 05.04.2018 / 21:19