Questions tagged as 'javascript'

0
answers

change menu color with scroll spy

how to use scroll-spy to change the background classes of the nav, but without necessarily declaring that the change works because the menu does not have all the sections of the page. and especially how to make one of those changes by just going...
asked by 29.11.2018 / 12:22
0
answers

Publish to facebook profile with facebook API

Hello friends, I hope you can help me. I tried to publish in the profile of facebook I have not succeeded, I tried with api javascript and in the php without results; I have tried with different permissions and nothing. They could help me wit...
asked by 29.11.2018 / 17:47
0
answers

How do I manage a list of lists in javascript?

I am working on a project with Javascript, HTML, CSS and Google maps. In this project I have two lists with images and text as follows: <ul> <li> <img> </li> ... </ul> Currently when I click on...
asked by 29.11.2018 / 19:57
1
answer

ClearInterval does not work in slider

By clicking on the buttons #slider-but1 , #slider-but2 or slider-but3 to change the image, I want to stop the setInterval called interval and recreate it. That way, by clicking on any image, the correct time will be vi...
asked by 13.07.2017 / 15:17
2
answers

Refresh table when an item is updated

I have this Ajax $(function() { //function ajax $('.processPreset').click(function(e) { e.preventDefault(); var checkedNames = ''; var $things = $('.case:checked'); if ($things.length > 0) {...
asked by 13.07.2017 / 16:44
1
answer

Is there a way to restart all the scripts on the page?

My problem is as follows. I have a div#resultado , which contains a table which is filled with data that I consume from a WebService. In this table there is a button for each row that activates a modal to modify the values of the row....
asked by 13.07.2017 / 15:28
0
answers

Do not send form to mail (library CodeIgniter)

Good morning I have a form that I want to send to my email    Form <div class="col-lg-5"> <div class="contact-box m-l-30"> <h1 class="title font-light m-t-10">Contáctanos</h1> <form id="form_c...
asked by 06.12.2018 / 15:57
0
answers

web check loading files

Hello, I would like to know how to do the following, as well as web testing tools like tools.pingdom.com I would like to know how to "see" and know all the files that a web loads when calling it, for example with the tool that I have named befor...
asked by 06.12.2018 / 15:28
0
answers

Send a post to the autocomplete

Hi guys, I'm trying to send a variable called (call1) to auto-complete but I have not been able to help someone else. this is my select <?php session_start(); $parametro = addslashes($_GET['term']); $llamarcontra1 = $_POST['...
asked by 04.12.2018 / 12:39
0
answers

I have a problem sending a form with firebase and javascript in the URL, the data remains

that is my url after sending the data to javascript with firebase and I would like it to be deleted when I send it, as I can do it since I do not find anything similar     
asked by 04.12.2018 / 13:23