Questions tagged as 'javascript'

3
answers

How to find values in an object in javascript?

I have a question, someone knows how to perform a search on a JSON object with the filter function of javascript but that the conditions are not established and are taken based on an arrangement for its manipulation, for example: // Escuelas v...
asked by 20.11.2018 / 17:40
0
answers

Upload image to Firebase with Angularjs and Nodejs

I have the problem of wanting to save an image in the firebase database, I only found on the internet code to save the name of the image and then show it locally, but in my case the page will be hosted on the internet. $scope.load = function(v...
asked by 20.11.2018 / 17:47
0
answers

How can I validate permissions per month?

I am trying to do a validation that only allows me to register 2 permits per month, that is to say after the two monthly permits, I will not be able to carry out any other permits if not until next month. I have my following code: var conta...
asked by 20.11.2018 / 17:21
0
answers

High xml viewer with php

I'm trying to visualize ALTO XML files but I have not got anything that can help me do it with PHP and javascript . Attached image of the idea I'm looking for.     
asked by 20.11.2018 / 15:28
0
answers

Fix error when consulting WebService, axios, javascript?

Good afternoon I have to make a query with the axios.get method, but it gives me the following message: { "Message": "No HTTP resource was found that matches the request URI 'https://URL/api/Metodo'." } I'm trying to solve it in the fol...
asked by 19.11.2018 / 21:30
0
answers

GEOLOCATION PERMITS

I have a query I found this code on the internet which works well on my pc but when I open it from my cell phone it does not ask me if I want to give it permissions, it just throws the message "User denied the request for Geolocation." &...
asked by 19.11.2018 / 22:36
0
answers

IE9 does not redirect AngularJs

I have the following script to redirect to the page I want $location.$$urlUpdatedByLocation = true; $location.$$absUrl = location.origin+location.pathname+"busqTerceros.html"; In the file busqTerceros.html I have the following: <met...
asked by 19.11.2018 / 23:13
1
answer

Button that your click action changes the value of a label, returns me ([object HTMLInputElement]), for something written in a text box

function addLoadEvent() { var nombre1 = document.getElementById("lbltipAddedComment"); var nombre2 = document.getElementById("lbltipAddedComment2"); nombre1 .innerHTML=nombre2 ; }; <html><body><lab...
asked by 20.11.2018 / 21:58
4
answers

Change the text of a p-label with jquery without affecting its child element

A query that may be easy, I want to change the text of a "p" element but without affecting its child element, that is, its element must be intact. <p class="price-cash" >Precio:<strong class="idprecio">$ 0.89</strong></p&g...
asked by 21.11.2018 / 17:23
1
answer

function wp_head () wordpress

Ando in the task of optimizing the load of a site wordpress , I see that it has too many plugin that causes the header to make several calls to scripts and css , and from what I saw, that global call does the function wp_...
asked by 21.11.2018 / 15:45