Questions tagged as 'jquery'

1
answer

Operate with sliders

I am trying to create 2 sliders that when moving them operate with the values of the moment and show me the result in turn. I put the code to show the case: <div id="slider_1" class="slider"></div><input id="slider_1_val...
asked by 21.05.2018 / 00:10
2
answers

Edit rows with php

I just make a table of users with the functions of delete, edit and add, I have the functions of adding, deleting and editing, the problem is when I give edit to a row I see the fields in the row with the id = 1, this in any row, and what I want...
asked by 26.04.2018 / 16:50
1
answer

Ajax-Error using Json in PHP

I'm using Json to make an insert in MySQL using ajax, but I do not get any results and the insertion is not done, what am I doing wrong? JS code $("#btnprueba").click(function () { var array1 = []; $("#tabla .DataRow...
asked by 30.04.2018 / 06:21
1
answer

Show all the images of a directory on my website

I have a solution in .Net which has a page that shows my images, I would like it to show all the images of a directory (folder), since there are so many I would not like to spend a lifetime referencing with an img src="" to each one of them I wo...
asked by 21.04.2018 / 19:12
3
answers

Validation Form jQuery

   Someone could give me a hand in a jQuery validation, I want to check if the fields are empty, I also wanted to put the function trim();   but I do not get it either, what I want to achieve is that I throw away the error that there are...
asked by 30.04.2018 / 22:44
3
answers

Pass data from JS to PHP

How can I not pass certain data from js to php: The structure of some radios buttons <input class="rad" name="1" id="106" value="0" type="radio"> <input class="rad" name="1" id="45" value="0" type="radio"> <input class="rad...
asked by 14.05.2018 / 18:56
2
answers

Access tokenfield elements

I am creating tags of products through an Ajax search, similar to stackoverflow $('#_keytags').tokenfield({ autocomplete: { source: function(request,response){ $.ajax({ url: route...
asked by 19.06.2018 / 09:54
2
answers

List an array of objects from JQuery, RESTful service using @GET, Java HTML

I have a RESTful service which stores data through a JQuery that sends a json to a POST method that inserts the object into the database. I also have a method that reads the records from the base, and stores them in an arrayList of objects, w...
asked by 17.04.2018 / 06:17
1
answer

Problem with jQuery ui and select2

At the moment I'm trying to solve a problem I have and that is when you activate the function datepicker of jQuery ui and% select2 only take me the first box of the table, can you help me as I do so that I put the attributes of...
asked by 17.04.2018 / 18:41
1
answer

How do I make it from the 2nd click and find the active class, delete it

How do I make it from the 2nd click and find the class active , delete it $('.siniestros button').click(function () { $('.siniestros>button>.before').addClass('active'); $('.siniestros>.preguntas').slideToggle('fast',f...
asked by 18.04.2018 / 00:43