Questions tagged as 'javascript'

0
answers

Problems with wow.js and animate.css in adobe muse

I'm using the Adobe 17.1 version of Adobe, a few days ago everything worked correctly with the animations, but suddenly the animations do not work anymore, and I do not understand why. I have several theories: 1.-Failure to update adobe muse....
asked by 07.01.2018 / 12:18
0
answers

Ajax problem with Carousel

I have a series of Actions grouped by categories that are in a carousel. When clicking on a Category, the actions on the same carousel must be displayed by ajax. It worked perfectly before incorporating the carousel, it received the data w...
asked by 14.02.2018 / 12:23
0
answers

Delete data that is entered by input

I have the following HTML file where #innUsd I enter the amount of what I want to save in Firebase when I press #sendUsd and this amount is reflected in #amountPyp with the amount I had plus the one I sent him. <section id="checkinn">...
asked by 07.01.2018 / 13:59
2
answers

Independence in Partial View used several times in the same View MVC4 asp.net

Hi, I have a question, hopefully you can help me. What happens is that I have a view called (index) qe has a table inside, then in the tables of the table I invoke the same view several times called (prev), in "prev" I have a main div with id...
asked by 07.01.2018 / 13:41
1
answer

Why is this error generated?

I'm trying to pass some values to php by means of jquery, but I get the following error: llena.js: window.onload = function() { var btnEnviar = document.getElementById("btn-enviar"); btnEnviar.onclick = enviarForm; var...
asked by 30.12.2017 / 00:52
1
answer

What can be the problem with background-image?

sass div margin: 10px auto width: 100% max-width: 720px min-width: 240px background-image: url(..imagenes/img1.jpg) jquery var anchoS=($("div").width())*0.75; $("div").css("height",anchoS); $(window).resize(function(){ anchoS=($("d...
asked by 28.12.2017 / 23:04
1
answer

I do not know how to take the value of a select

Hello everyone I need to take the value of a select which I fill with php, but when sending the variables to the php file I do not take the select <select name = "congregacion" id = "cmbCongregacion"class = "input-100" required&...
asked by 28.12.2017 / 02:41
1
answer

Why do not you return the data of the json?

I'm working with the autocomplete ui by categories, the data is sent normally and the query runs smoothly but in the search engine does not return the data of the json ... what I'm doing wrong and how can I fix it? <%@ include file="....
asked by 03.01.2018 / 16:05
1
answer

Can you group the elements of the legend in kendoChart with JQuery?

Greetings, I would need to group the elements of a Kendochart series, so that they are separated as follows: Group title 1 : Series 1. Series 2. Group title 2 : Series 3. Series 4. I tried to do it with a template in the label as fol...
asked by 22.12.2017 / 07:55
0
answers

Adapt a .PHP file to .HTML to insert Javascript and filter tables

var busqueda = document.getElementById('buscar'); var table = document.getElementById("tabla").tBodies[0]; buscaTabla = function() { texto = busqueda.value.toLowerCase(); var r = 0; while (row = table.rows[...
asked by 21.12.2017 / 21:13