Questions tagged as 'jquery'

1
answer

Exclude selector element-JQuery

I would like to apply a function that disables the click (which I found here) to several <div> , except the <a> with the class .ellipsis_inline that are within them. But in the end it either blocks every...
asked by 14.09.2018 / 19:24
0
answers

shadowbox on labels created by javascript code

have if I can explain myself. In javascript I am trying to go through a loop for I add a table to href tags that in turn will display a modal window with Shadowbox, but I can not get the shadowbox to work, it opens in full window. I show you the...
asked by 28.08.2018 / 15:17
0
answers

Generic validation for a MVC 5 template editor

I am working on an Editor template for an object, which must be validated independently of the rest of the form, this validation I am doing with ajax, I am a small example to show my problem. class A { public B b { get; set; } } class B {...
asked by 28.08.2018 / 16:41
0
answers

DOUBTS to do CRUD of data WITH Jquery, Ajax and PHP + Modal

I have a "history" in a "table", as follows: $indices = '<table> <tr> <th>Selec</th> <th>NumP</th> <th>Fecha</td>...
asked by 28.08.2018 / 19:04
0
answers

XMLHttpRequest return POST and OPTIONS requests

I want to do requests XMLHttpRequest post and options the url = service is a reverse proxy and this is where you send xml requests with the server I have the following configuration but I can not find how to solve this problem. I would appreciat...
asked by 28.08.2018 / 16:51
0
answers

Apply malihu jquery custom scrollbar to the entire browser window

I used the malihu jquery custom scrollbar plugin ( link ) and I'm doing very well in all the elements of the page, except in the browser's global window. I thought that it could work using the selector $ (window), but it does not work, nor with...
asked by 26.08.2018 / 18:31
0
answers

Boostrap Table problem of multiple calls to my function

I have a boostrap table, configured and functional in each row I have put a button that will execute a function and change the color of the button. initially I only worked the button on the first page, by using the pager I lost the function o...
asked by 23.08.2018 / 14:03
0
answers

Receive a data from a WebService with JavaScript

I want to consult a webservice to which I send a data and I receive a string type list. I tried using the soap.js library but it does not work for me. Is there any way to do it from JavaScript easily without soap.js? This is the code I have n...
asked by 23.08.2018 / 15:13
0
answers

How to make a waterfall dropdownlist ASP.NET MVC5

I have the following code, I need that according to the selected brand shows me the class, ayudaaaa is urgent. CONTROLLER public IActionResult Index() { //Marca Task < ServicioMVCDatoAuto.TiposReferencia> TareaMa...
asked by 24.08.2018 / 15:38
0
answers

Double click on subtable (Datatable Jquery)

I have two tables, stories and history assignment. by clicking on a button in the history table, I see the tasks of that story as a subtable. Pressing double click on a row of the history table executes a function (A), the problem is that when e...
asked by 25.08.2018 / 14:23