Questions tagged as 'jquery'

3
answers

when jQuery does not work? [closed]

I have a question and would like the guide, comments from an expert or programmer who frequently uses jQuery. I want to capture some events on the client side using jQuery in an MVC C # application in addition to using jQuery datatable to sho...
asked by 16.05.2017 / 12:38
2
answers

Create a specific style by means of the render () of the zebra form

This is my code: //Todos los permisos a contratar a continuacion, y todos ellos vendran como no mostrados // Permisos del area social y sus partes $form->add('label', 'label_SOCIAL', 'SOCIAL', 'ÁREA SOCIAL'); //contactos $form->add('...
asked by 16.05.2017 / 12:32
3
answers

Change the format of the current date with JQuery

I am currently showing the current date in this way: var date = new Date(); var time = date.getFullYear() +"-"+date.getFullMonth() +"-"+date.getDate() +" "+ date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds(); But the...
asked by 16.05.2017 / 14:43
1
answer

Filter, library Table filter Jquery

I modify the whole post since I'm going to do it for Jquery as they indicate in a comment. I am using this plugin: link Well in this js it works according to their example: link Now I enter my table and it also works: link...
asked by 17.05.2017 / 07:26
1
answer

Error morris.js

I'm trying to create a graph with morris.js, but it gives me an error: Uncaught Error: Graph container element not found at d [as constructor] (morris.min.js:6) at d.c [as constructor] (morris.min.js:6) at new d (morris.min.js:6)...
asked by 15.05.2017 / 10:22
3
answers

Uncaught TypeError: (o.contentType || "") .indexOf is not a function

When I try to send a form, I miss this error: jQuery analyzes the form. If you have a file, attach it and if you do not serialize the variables. Here the code: $(document).ready(function() { $("body").on("submit", "form", fu...
asked by 12.05.2017 / 08:45
1
answer

Validate variable of type ajax in cakephp 3

You will see I have three variables in my javascript function that is as follows: function search_person_report(){ var User_persons = $("#email_person").val(); var names = $("#names").val(); var lastnames = $("#lastnames").val(); console.log(n...
asked by 11.05.2017 / 21:31
1
answer

Update multiple forms printed by a query

This form is printed the amounts of times according to the results, but ajax only catches me the first form, the other forms are sent to me jumping to the other page. Here is my code in Ajax. :) <script language="javascript">// <...
asked by 09.05.2017 / 06:59
2
answers

Illegal error return statement when using return

with the alert and what I want to do is that for example if paracentral2 arrives empty or pextremos2 arrives empty it shows me the alaer saying that it is not standard modulation, but when I put it false return so that it does not run anymore th...
asked by 08.05.2017 / 23:58
0
answers

Save a jQuery variable in localstorage

I want to implement the plugin jQuery Text Highlighter . I would like to be able to save the highlighted in localstorage . Thus, when reloading the page, the highlighted words continue to be shown. This is the unedited code:...
asked by 07.05.2017 / 14:51