Questions tagged as 'javascript'

3
answers

Create drop-down elements for html5 page

Good morning people, I need to create a help page where you enter a title and when you press the text is displayed. It would be something similar to the following image:     
asked by 01.07.2016 / 12:36
2
answers

concatenate JS variable in PHP

I have the following code and I need to be able to concatenate the variable data.id as I have it as an example in the text of the label a, since it is a second parameter that receives this route (Working with Laravel) the problem is generated by...
asked by 29.07.2016 / 02:03
2
answers

How to remove the white flash when changing gifs

Ok, here is this fiddle taken from this question . As you can see, when the change is made between the two gifs, there is a kind of white flash. Is there any way to eliminate this?     
asked by 27.07.2016 / 22:04
1
answer

Problem when showing Html element from Javascript

I have a table in HTML and I want to show and hide a label label that is inside a when a check is selected, by default the label is hidden, the problem is that if I put the css code in a separate file JavaScript It shows me the label label, but...
asked by 19.06.2016 / 11:19
1
answer

Problem with showing values in a Javascript table

I have the following code that generates a table from some data that comes from an array, the code shows me the values of each product per week and its total in the following way: ----------------------------------------------------- Land...
asked by 23.07.2016 / 16:09
1
answer

Finder with ng-repeat in AngularJS

I have a very simple search engine in my web application with AngularJS, that simple: <input type="search" id="search" maxlength=26 placeholder="Filtrar noticias..." ng-model="search.title"> <li ng-repeat="item in itemData |...
asked by 19.06.2016 / 19:28
1
answer

Text separated by; in a list with id

Hello, I put this content in a list with your id <div class="elemento"> Mascota: Perro; País: Venezuela; Explorador: Chrome; Lenguaje: Español; </div> <div class="elemento lista"> <ul> <li id="Mascota"><s...
asked by 15.08.2016 / 06:35
1
answer

get jsp variable value in jquery

How do I pass the value of a variable declared in a jsp to a js file to modify it and pass it back to the jsp. jsp file <body> <%! int contador = 3; %> <div class = "container"> <div class=...
asked by 16.08.2016 / 06:05
1
answer

Model synchronization with the Backbone database

I ask for your help to be told if it is possible to make a GET petition of a single model by making a set of one or more attributes of the model; I explain myself better: This is a query that returns a Collection of many models when I do...
asked by 16.05.2016 / 21:30
1
answer

how can I save my coordinates in mysql using "navigator.geolocation.getCurrentPosition"

Hello that such a friend turns out to be very stuck with this problem that happened to me in the work I want to save the coordinates latitude and longitude in php variable and then proceed to insert them in mysql but I can not make the javascrip...
asked by 19.08.2016 / 20:31