Questions tagged as 'jquery'

0
answers

utf8 encoding with https does not display Latin characters correctly

I'm using laravel with oracle I already have my page published on https. When I bring data with ajax it shows me the wrong characters. Then I have to use php utf8_encode () to fetch them and print. Then when wanting to print the answer, the c...
asked by 28.11.2017 / 18:08
1
answer

Proportions slider (jquery.slider.)

I have a problem performing a slider with jquery.slider.js The slider works for me correctly The problem is the proportion of the image. It has an established ratio and to adjust the size it only lets me change the width. In function of this, th...
asked by 28.12.2017 / 16:44
2
answers

Validate if one of the radiobuttons are selected

I have this code: $(document).ready(function() { $("#myBtn").click(function () { if( $("#formulario input[name='radio']:radio").is(':checked')) { $("#formulario").submit(); } else{...
asked by 25.11.2017 / 22:59
2
answers

MySQL query with Ajax PHP

I need to query my database from a button, and I've had problems with that. I have a "button" or an "a" or an "input type" and I want to change a record with the "onclick", that is, if I press the button, the "state" field of my table will ch...
asked by 10.12.2017 / 07:20
0
answers

Problem with clearTimeout

I want to paralyze setTimeout with clearTimeout but there is no way. The code is as follows: function limpiarModal(){ $("#ventana-emergente").animate({top:"-350px"},1000); set=setTimeout(function(){$("#ventana-modal").css...
asked by 25.11.2017 / 12:31
0
answers

Calculate the total price of a product in a jquery table

Hello my friends ... I have a query how can I calculate the total price if I increase the quantity input and / or place a discount. Through jquery This is the code of the table <table id="VerDetallePedido" class="table table-conden...
asked by 14.12.2017 / 15:45
0
answers

clone a selectpicker

Good afternoon friends I have the following problem I need to clone a multiple selectpicker which I have in a DOM with an incremetable form that is inside an html table, the problem is that when I add another row the selectpicker appears twice,...
asked by 16.12.2017 / 20:01
2
answers

DataTables is not sorted or filtered, it only changes form of tables, Laravel 5.2

I have a problem, with a view in laravel I am trying to use Datatables to perform the pagination and search, but the table changed with the data is not shown, also missing the paging and search. Attached the view: indexEstado.bl...
asked by 27.11.2017 / 18:53
1
answer

Problems with jquery gallery

Hi, I'm doing a gallery, which contains information and image. These 6 columns have hidden content that, when clicked, expands and displays the information of said file. These images in their idle state have a hover effect where text content is...
asked by 27.11.2017 / 01:47
0
answers

Problem with jquery datatables

I have a problem with the responsive design of the JQuery DataTables plugin. What I need is the following: We have the following aspect when it becomes responsive to the browser: Of course, the problem is that when I checkbox at that ti...
asked by 26.12.2017 / 13:44