Questions tagged as 'jquery'

2
answers

How to send a value of an input that is assigned by jquery to the controller using Url.Action in MVC C #

I assign a value to input by jquery in document ready $(document).ready(function () { $("#input_1").val(“valor de prueba”); }); In the body, there is the input and attempt to send its value by url.acti...
asked by 15.09.2016 / 21:27
1
answer

Call an ActionResult from Jquery

From Jquery I want to call an ActionResult from a controller, but it does not arrive. That ActionResult does not belong to any view, I just want to change a data in BBDD. How could I get it? The error that the javascript console leaves:   ...
asked by 08.09.2016 / 10:11
1
answer

How can I make my users know my new updates (Feedback)? [closed]

I have a page where I will upload podcast, Videos and Articles, I would like to know how to do that when I upload or better, share my videos on the website at the beginning of it, have the new updates. They are shared through youtube, n...
asked by 25.08.2016 / 16:42
1
answer

Call signalr hub from a modal window

I'm trying from a modal window to call the hub but it does not reach the hub, without giving any error Here the code: -Function hub: public void Estado(int estado, int id) { RepositorioVisitas.AutorizarCancelarVisita(id,estado);...
asked by 08.08.2016 / 14:51
1
answer

Problems to reference elements of the sun. Also doubt with each

                                                                                                                                                                                                                                                     ...
asked by 16.08.2016 / 17:56
1
answer

Problem with checkboxes in DataTables jQuery

I'm working with jQuery's DataTables, what I do is include checkboxes to each row, so that you can select several rows at a time, the checxbox ticked from a page shows me their ID for those first 10 rows, but I change to the other page, and when...
asked by 17.08.2016 / 13:32
1
answer

LLamar Asp.net WebMethod using Jquery Ajax

I am calling an Asp.Net C # method since a script works perfectly for me when it is in the url: 'default.aspx / NombreDelMetodo' but when I enter the project where I must implement the code I have problems with the url try these three forms bu...
asked by 04.09.2016 / 22:14
1
answer

Mobiscroll format date

I am using the Mobiscroll library with jQuery and I have everything for languages and date formats, my question is, how can I make this date format only visually (depending on the language)? ) and when sending it by POST it is sent in a specif...
asked by 11.07.2016 / 10:11
1
answer

Advance steps in a form with fieldsets

I have a form with multiple separate steps with a fieldset , and what I want it to do is that the progressbar has href to send directly to the next fieldset , without changing much what CSS is . Any response is apprecia...
asked by 11.07.2016 / 02:05
1
answer

Invalid JSON response

I'm using Datatables and showing the data from an HTML table works perfectly, but when I want to show SQL Server data from PHP I get the following error: My PHP code works in the following way: <?php session_start(); if (isse...
asked by 28.07.2016 / 16:57