Questions tagged as 'jquery'

1
answer

Pass array of inputs to a MVC controller

I have the following Ajax and HTML code. $("#filter_frm").submit(function (e) { e.preventDefault(); var data = $(this).serialize(); myChart.showLoading({ text: 'Cargando', color: '#c23531',...
asked by 16.11.2018 / 11:35
1
answer

jquery validate validate two values in the same input

If you could help me, I'm using jquery validate and I want to do the following validation: in an input I just want to accept 0 or a line between 20 and 100     
asked by 15.11.2018 / 18:53
2
answers

I need to outline figure with color

As you can see, it goes from the outline I need to fix it. I leave the codes here: link     
asked by 05.11.2018 / 00:02
2
answers

How to store the value of a json result, remove it from the ajax and convert it to global? [duplicate]

I need the user's data that I'm getting via ajax using json and store them in a variable so I can use it outside of ajax. The user data variable should store the data but when the stored ones are only displayed while it is inside the ajax and...
asked by 12.10.2018 / 06:44
1
answer

Use data-values in function .slice - JQuery

I develop a calendar, and I want to simulate the function of a "calendar range", that is, select a start date and end date, like this For the calendar, it's in an html table <div id="dncalendar-body" class="dncalendar-body"> &l...
asked by 18.10.2018 / 17:49
1
answer

Show checbox already marked with jquery

I have a fullcalendar and clicking on some day will show me a form, the user enters the normal data and must select some people assigned to that event with a checkbox. (There all good). Image with created events: link Image of the regist...
asked by 19.09.2018 / 00:13
1
answer

Get the value of a select between multiple select in html5

I have a question, to see if they can give me a hand. I have a table with several items, each one has 1 select with 2 payment options, cash and card, what I need is that when the option is changed, I show the value of that combo that changed wit...
asked by 30.09.2018 / 22:06
1
answer

How to upload an image from a cell phone to the PHP server?

I have a problem uploading images to the server from a mobile device. When I run my web application from the computer everything works correctly, the images go up without problems. But when I do it from a cell phone, I do not load the images tha...
asked by 17.09.2018 / 20:32
1
answer

I can not load a JSON on a select

I appear undefined repeatedly in a select. I charge it this way: function listarcategorias(){ accion="listadocat"; $.ajax({ type: "POST", url: "../gestionweb/includes/php/getcategoria.php",...
asked by 14.09.2018 / 11:41
2
answers

Error in running jQuery similar pop-up twitter?

I have developed a menu similar to facebook and twitter, the function is as follows: If you click on the link it appears if you click again on the same link it disappears. If you click on the link it appears if you click on an empty field...
asked by 28.07.2016 / 21:43