Questions tagged as 'jquery'

1
answer

Problem when loading data in a table

I have the following page: <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div class="row-fluid"> <div class="col-lg-12"> <h4 class="page-header">Productos</h4...
asked by 19.06.2017 / 20:02
1
answer

Delay in returning the data to my select with Ajax - jQuery

I have a small problem when implementing the edit button it brings me all the data in a fast way in my inpust, but my select is delayed. obtener_unidad_registro();// Son las funciones donde lleno mi combo obtener_categoria_registro();//...
asked by 23.06.2017 / 22:14
2
answers

Problem with searching for items loaded by .load ()

I am experimenting with a new platform of forums and a problem has arisen to me: I have tried to load, by means of load , a section of the forum to extract its id and place it on the current page. What happens is that, for some reason, whe...
asked by 24.06.2017 / 15:27
2
answers

problems to consume api with Jquery

I'm new to web programming. I'm going to the point. I have an api: link this is created in azure with asp.net which returns me a JSON or so I think and I try to consume it with this code. <!DOCTYPE html> <html lang="es"> <head...
asked by 17.07.2017 / 23:45
0
answers

Problems with select2: does not show results with JQuery

I am using select2 , you search me well but you do not show me the results. On the other hand, how do I make it so that when I click on some product result, I automatically put the price and the amount in input of the side? My...
asked by 09.06.2017 / 23:28
1
answer

error in json and ajax

This is my mistake:    DataTables warning: table id = table - Invalid JSON response. For more information about this error, please see link I'm using codeigniter. What happens is that a data table will load the data with ajax making...
asked by 17.06.2017 / 00:15
0
answers

Get a value returned by AJAX generated in PHP

I have in pagina1.php a form that calls by AJAX to pagina2.php and I show what I got in div of pagina1.php I also need to get the value of $_SESSION['io'] that I print in the pagina2.php . $.ajax({...
asked by 07.06.2017 / 12:31
2
answers

.preventDefault () does not work

I am creating an online store as a school project in Laravel. Everything is fine until I want to prevent a button from executing its "submit" action. {!! Form::open(['url' => '/in_cursos_carts', 'method' => 'POST', 'class' => "addtoca...
asked by 07.06.2017 / 22:48
1
answer

Detect when rows are inserted and deleted in a Jquery table?

I need that when you insert a row in the table to be able to capture that event to be able to calculate the total of ages and in the case that rows are eliminated subtract the ages thanks. I tried using onchange and update witho...
asked by 12.07.2017 / 23:30
1
answer

Change the values of slider and refresh?

I'm trying to create a dynamic range bar that changes value by doing click on a button, var slider1 = new Slider("#ex1"); slider1.options.min = 20; slider1.setValue(50); slider1.slider('refresh'); <input id="ex1" data-slider-id='e...
asked by 26.06.2017 / 19:40