Questions tagged as 'jquery'

0
answers

For what reason I can not receive the value commerce_brand by post in the following algorithm

What I want to do is to receive the value of the variable column in the route that I specify by ajax $(document).ready(function(){ //alert("hola"); let selectCards =$('#cards'); let selectEstados = $('#estados'); let columna = 'commerce_bra...
asked by 29.10.2018 / 21:01
0
answers

Error with dependent dependent php, sqlsrv, jquery

I wanted to exercise with this library sqlsrv since with mysqli I worked without problem the exercise of the dependent select for regions, provinces and communes. My problem is the following I do not know how to debug with jquery in order to cap...
asked by 26.10.2018 / 06:08
0
answers

Pass variable by $ .get () jquery

I want to pass a variable by $.get() but I do not know how to incorporate it (variable autor is dynamic ) var autor = $('.item').data('autor') $.get("php/galeria.php", {cat: +autor+}, function(htmlexterno){ $(".galeria").htm...
asked by 30.10.2018 / 07:17
1
answer

Jquery validate works after Sweet Alert

Well, all the input of the form I put "required" and they work perfect. Now I put the sweet alert of the form's sending confirmation and it does not check that they are completed .. It sends them empty, even if they say "required" .. jQu...
asked by 25.10.2018 / 14:26
1
answer

Change table by div col-md in jquery / filter

Good day I'm using a search engine with a filter in jquery but that only works with tables. And with the tables I find it difficult to make it responsive on mobile devices. Since I can not give fixed size or adapt them, and I would like you to r...
asked by 25.10.2018 / 12:55
1
answer

help datatable error destoy

Good I have a problem with my table, at the moment I call it to load (when I insert something I call the table to update it at the moment), it marks me as an error or warning, I have to destroy the table and rebuild it but I do not know how to d...
asked by 25.10.2018 / 20:17
1
answer

Problem with checkbox and datatable?

I have a problem, what I want that is through an ajax can get a number of values and make a tour in my datatable that has a checkbox column, and if the value of that checkbox is equal to the value brought by ajax to be checked: $.ajax({ ur...
asked by 25.10.2018 / 20:13
1
answer

bring file and a user to the database,

This is the view that carries the data, the file and the name but when it reaches the controller it only sends the file <input type="file" name="link" required="required"> <textarea type="text" rows="50" hidden="hidden" id="text...
asked by 30.10.2018 / 22:53
0
answers

SecurityError: The operation is insecure. Jquery

I have a problem with uploading 2 files at a time, it is likely that I will upload them one by one but I can not find the way right now, the HTML code is this: <div class="contenedor contenedor_padding"> <form role="form" name="ca...
asked by 24.10.2018 / 10:31
1
answer

Datatable to prevent the page from deleting jquery columns

I have created a datatable , everything works perfect, the problem is insert data by input:text my problem starts when I move between pagination since it deletes the rows with data that the textbox carries, that is to say when I mov...
asked by 24.10.2018 / 17:10