Questions tagged as 'jquery'

0
answers

Columns are not shown in "footable" table

function abrir(idOferta) { $('#unidades').val(1); modal('{{ path("neumaticos") }}/ficha/' + idOferta); } jQuery(function($){ $('.table').footable(); }); <table id="neumaticos-resutl" class="table table-striped table-re...
asked by 06.02.2018 / 08:30
0
answers

Pass data set (objects) JSON to Datatable

Good day forum. Some suggestion to be able to pass data (objects) JSON or my php array to a table or specifically to JQuery DataTables, I have been verifying apparently with Ajax, JS. Until the moment I was able to generate the record call fr...
asked by 30.01.2018 / 18:28
2
answers

Error with JQuery

I have this function <script> function validarCorreo() { var correo = $("#correoVal").val(); $.ajax({ type: "POST", url: "clases/validar_correo.php", data: "correo=" + correo, success: function(data)...
asked by 25.01.2018 / 17:36
2
answers

Disable a select with jquery when an input is not empty

Good morning. I have tried it with a function but the detail is that the input is readonly , that is, the user can not write, the input is text type that feeds from a search engine, a code is brought and places it in that field,...
asked by 25.01.2018 / 17:48
3
answers

Load data in a footable javaScript

Friends I am having the following inconvenience, I try to load the data in a footable, I try to do it in the following way and it does not work for me: $("#status").change(function () { var respuesta=new String();...
asked by 25.01.2018 / 16:00
0
answers

how to avoid duplicate email registration PHP 7 - MYSQL-PDO

First of all good day my dear ones, well I have a small problem when developing a registration system since I am using VMC with PHP7 , MYSQL .htaccess and PDO. The problem is that I can not avoid the duplicates of email...
asked by 29.01.2018 / 17:13
0
answers

Footsteps AJAX LARAVEL 5.4

Greetings, I am presenting a difficulty using ajax in Laravel 5.4 , jQuery v3.2.1 and Bootstrap v3.3.7 to bring information. I have done the following: In the File web.php the route was created: Route::resou...
asked by 29.01.2018 / 17:35
1
answer

Error generating document with jQuery

I am trying to generate a document in the following way: I have an ajax and the answer that should come in html code I want to recreate it in a separate window and print it: $.ajax( { type: "POST", async: false, url: "in...
asked by 29.01.2018 / 16:11
0
answers

Homologo of IndexOf in Jquery? o How to execute JavaScript attribute in Jquery?

I want to verify an Input of type Email, and get a validation once placed the .COM since it is the only thing that lacks the validation of the browser. I was dealing with JQuery but I can not find information to help me, I need something that...
asked by 23.01.2018 / 01:24
1
answer

increase and decrease sum of the total with jquery for a price table

Colleagues will be brief, I have a table that is filled by a foreach with an array that is filled from the database, by jquery I use the button more to add the product value and fence me calculating the total, if I press the menu it is subtracti...
asked by 20.01.2018 / 23:00