Questions tagged as 'jquery'

0
answers

Problem with query and php / ajax

I wanted to ask for help with a problem that I have and I have not been able to find the error, in reality there are 2 problems: Problem 1: I have an error with the query, I have a syntax error (I do not know how to get there but before it di...
asked by 01.02.2017 / 00:21
2
answers

Problem receiving data from form with ajax

Edited: With trim I "fixed" the spaces (I would like to know why the values are arriving with spaces: /) but I could not fix the problem with the + symbol. I will formulate my question that I asked previously like this: I have a tab...
asked by 01.02.2017 / 01:19
2
answers

Get all matches given a value of an array of objects

What I want is that in the following arrangement when a value is entered in firstname I bring all the fixes with that value but with its lastname in an array: var persons = [ {firstname : "Malcom", lastname: "Reynolds...
asked by 01.02.2017 / 16:09
2
answers

Error returning JSon data from the driver

I have the following code in my controller where I send the list of cities to a JsonResult private ApplicationDbContext db = new ApplicationDbContext(); //la linea anterior es donde instancio el modelo de datos o data context public JsonR...
asked by 14.12.2016 / 16:55
3
answers

Validate date format with jquery?

I have an input of type date but when running it in the safari I can edit it in any way and I want to validate that it is written correctly with jquery? <input type="date" class="form-control" id="fechaentrega" name="fechaentrega">...
asked by 14.12.2016 / 23:31
3
answers

Capture disabled checkbox value

I have checkboxes disabled, which I check them with a function, but when I check them out or check them out I want to keep their disabled property true, only when I send the data jquery it does not take the selected values, that is, the disabled...
asked by 09.12.2016 / 16:41
0
answers

JQuery slideDown & slideUp in menu

I have the following page on which I have problems with the mobile menu: link By changing the size of the screen to phone resolution, you have a menu with several items that have their own sub-menu. When you click on these items, the hid...
asked by 09.12.2016 / 17:03
1
answer

Problem with the browser and highcharts

When I made the application it worked great. I create a graph of highCharts based on several queries to the database and I assemble it with PHP. This is called by means of an AJAX, this is the ajax: //TRAEMOS LA INFORMACIÓN CUANDO SE DA CLICK...
asked by 10.12.2016 / 21:15
0
answers

Take out an item with droppable out of the div - JQUERY UI

I'm doing with jquery ui, an element that should be able to crawl and then drop elsewhere (droppable). That element, it crawls perfectly but the problem is that it is inside a div and when I move it does not come out of there. The place where I...
asked by 09.01.2017 / 23:51
1
answer

How to load more than a partial view with a click event?

I know there are several ways to load a partial view with the event of a button, example: <script type="text/javascript"> $(document).ready(function() { $("#view1").click(function() { $("#ajaxpanel").load("<%=Url.Action("V...
asked by 02.12.2016 / 00:33