Questions tagged as 'jquery'

1
answer

Uncaught TypeError: json.comunicado.ASUNTO.html is not a function

I'm having a very strange problem and I do not understand it, yesterday it worked fine, and now the entire website is bursting with the same error, I specify a little more: This is the error: backoffice.js:37 Uncaught TypeError: json.comuni...
asked by 30.12.2016 / 10:01
2
answers

Do not call my json method to load a cascading combo

Good afternoon I have a theme, changing my combo locality does not change the neighborhood, I'm new using ajax, and I do not understand where the problem is. Thank you very much already. The code is as follows: On the controller: [Http...
asked by 27.10.2016 / 19:57
1
answer

Do not execute duplicate functions in Javascript, possible?

I am trying to block the repetition of the execution of several functions that have the same name and basically, they are cloned. This is not for a web, but it would be something easy to control, the issue is that each module that I draw on a...
asked by 07.11.2016 / 15:50
2
answers

Collapse with Bootstrap 3 and jQuery does not work

Currently I have several pages that have the same collapse, but it only works when on the first page, when I change the menu option it does show but it does not perform the hide. Thank you. <html> <head> <meta c...
asked by 16.03.2017 / 15:40
1
answer

I want to do a FadeIn to two elements using jQuery

What I want to do is a FadeIn with jQuery but I do not get it: My JS: function fadein() { $("#result").fadeIn(1000); $("#svgresult").fadeIn(1000); } <button id="calculate" type="button" onclick="fade...
asked by 10.09.2016 / 20:26
1
answer

Two forms in the same file

I have an index.php file where I have two panel-tab, each one with its own form, inputs and buttons. Handle all events with jquery in a script.js file. Everything was fine with the second panel and its elements until I try to create the e...
asked by 13.09.2016 / 16:07
1
answer

How to fix nan: nan error with the duration of a song list?

I have several songs with these <time id="reproducido1">00:00</time> / <time id="total1">00:00</time> <time id="reproducido2">00:00</time> / <time id="total2">00:00</time> and with javascript...
asked by 29.10.2016 / 03:04
1
answer

To create a mini social network, is it necessary to know POO? [closed]

Speaking of PHP. It is necessary to know what is the use of object-oriented programming. How important is it?    It makes things easier for me.     
asked by 28.08.2016 / 16:50
1
answer

Event when clicking outside the JQuery ContextMenu Plugin

I am implementing this jquery plugin in my project: link As you will see in the script, I am calling certain functions under the sixth line, and just below those if, I am changing the background-color of the div that displayed the contextMe...
asked by 15.10.2016 / 04:07
3
answers

Problem when inserting data in MYSQL with Codeigniter and Ajax

Good morning, What I want to do is that by pressing "Enter" I insert a new tag into the database. I created my script.js file: $(".inputTag").keypress(function(e){ if(e.which == 13) { $.ajax({ type: 'POST',...
asked by 22.03.2017 / 13:17