Questions tagged as 'javascript'

1
answer

Help with js

I'm editing a template and I need to remove a hover from the start logo, even though I try not to know how to do it, the guy did it in js and I do not master it well. Can you help me? function menuHideExtraElements() { //cleaneng ch...
asked by 02.02.2018 / 16:08
1
answer

Problems with the JQuery-UI DatePicker Calendar, it stays open when setting a setDate when loading my page

I am using the function datepicker() of JQuery-UI and I have programmed it so that when loading my page it shows me the current date in an input HTML . JavaScript code $(document).ready(function(){ $("#fecha-ticket")....
asked by 08.02.2018 / 03:45
0
answers

how to remove an element from an array in angular js

<!DOCTYPE html> <html ng-app="app"> <head> <meta charset="utf-8"> <title>formulario</title> <link rel="stylesheet" type="text/css" href="styles.css"> <script type="text/javascript" sr...
asked by 01.02.2018 / 01:12
0
answers

moment is not defined Angularjs

I am trying to solve this problem that marks when I go to build grunt ... I am using a librería of bower_components called moment . I'm doing this: var moment; but it does not work I do not know what other metho...
asked by 01.02.2018 / 15:17
1
answer

How to make an ajax call using jquery to a PHP function that is inside a class?

I'm trying to make an ajax call, to a PHP function that is inside a class, the php file is called GAlumnos.php, so far I'm still failing.Help !!! ] 1     
asked by 03.02.2018 / 14:40
1
answer

Use the for cycle correctly in Angular

Very good companions, the problem I have is that I do not know how to do a cycle for .    PURPOSE: Change the date format from timestamp to dd / mm / yyyy to JSON I tried this this.dataTable.dataRows = response.data; fo...
asked by 03.02.2018 / 17:57
0
answers

Phonegap redirect is not working

I'm new to this, it's the first time I use framework7, I saw the documentation, and I had to use the framework7 router but apparently it does not work, any idea of how I can make it work? // Initialize app var myApp = new Framework7();...
asked by 03.02.2018 / 01:54
1
answer

how to detect when I return to a page with java script

I have a problem with a report in which I include dates that are loaded into controls with a javascript function I call this in my document.ready so that I can set dates for today and then execute my search according to those dates up there all...
asked by 29.01.2018 / 23:30
1
answer

Loader Jquery 3.2.1 / Bootstrap 4.0

<style> .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('load.gif') 50% 50% no-repeat rgb(249,249,249); } </style> In body: <div class="load...
asked by 30.01.2018 / 09:27
0
answers

Display form values before sending

Good morning, I have a form to do tests in which it accumulates the answers in an array_keys with the correct, incorrect and blank. What I would like to know is if in the form header I can see the correct, incorrect and blank before sending the...
asked by 02.02.2018 / 10:46