Questions tagged as 'jquery'

1
answer

Why does my onclick event mark me as undefined in my datatble?

What I want to do is call an onclick event with different parameters in each of my rows. Datatble Code: $('#MainContent_tabla').DataTable({ columns: [ { title: "Nombre" }, { title: "Id del Usuario" },...
asked by 22.05.2018 / 19:09
2
answers

Do not execute an event on a certain element of my table

I have an event in jQuery, which when clicking on a certain row of a table executes an action, this action is done correctly but what I need is that when the user clicks any row
asked by 18.04.2018 / 20:19
1
answer

jquery show and hide elements with click, interferes with ajax

It worked perfect until I used ajax. Do you have any other way of doing it? * They have enough rows of data from #result followed by div.unicc I want to give it in the + open the next .unicc Someone to solve me please. $(".Mostrar_Tab...
asked by 26.03.2018 / 22:38
1
answer

Sum and subtract points groups assigned to Radios and Checkbox

I have a form: var total = parseInt($("#txtsuma").val()); function sumar(valor) { total += valor; //document.frmcalificar.total.value = total; $("#lblsuma").text(total); $("#txtsuma").val(total); //document.frmcali...
asked by 23.03.2018 / 15:05
1
answer

Method submit jquery

I'm in a form tipom wizad, and I download the code of a button that is created from vis and links, the thing is that when I click the submit, it changes its appearance, and then it does not make me the submit, I've put the $(this).submit();...
asked by 23.03.2018 / 16:17
2
answers

Activate radio when the checkbox is true

I want to activate a radio at the time that my input checkbox is true, with the code I have it works well but only once, when I hit it again no. $(document).ready(function($) { $("input[type='checkbox']").click(functi...
asked by 21.03.2018 / 17:23
1
answer

Uncaught ReferenceError: s is not defined [closed]

Why do I get this error? Uncaught ReferenceError: s is not defined at adjustWindow (functions.js:111) at functions.js:85 This is my code: // Call Main Slider jQuery('#main-slider').slippry({ // general elements &...
asked by 15.03.2018 / 15:43
1
answer

Dynamic Select with Javascript + jQuery with a Trello API request

I am making a request to the Trello API asking for some boards, I am currently showing those boards in a list in my HTML, but my intention is to show them in a select and I do not know how to do it, this is the way in which I'm doing. My HTML co...
asked by 15.03.2018 / 18:38
2
answers

Error: JQuery and AJAX

I am working with jquery and servlet in java and trying to connect to a method sends me the following error.    link : Response to   preflight request does not pass access control check: The   'Access-Control-Allow-Origin' header has a value...
asked by 20.03.2018 / 20:22
2
answers

Problem with Jquery and the structure switch case

I have a view that will show me options to search, those options are represented through a select as I select the options I leave my view in HTML is this: <div class="container-fluid"> <div class="row"> <div class="...
asked by 21.03.2018 / 05:40