Questions tagged as 'javascript'

1
answer

Facebook login web javascript

I have a problem and it took a couple of days without finding a solution, I want to put the facebook login button on my website and I have managed to get the email but only in the development phase when I put the application in real no longer ca...
asked by 21.03.2016 / 15:27
1
answer

Insert in the form of text value of property css in div destination

Hello I need to get some means to insert the value of the css property "color" as text within the div#consola for each of the 3 div: #position #position2 #position3 in the classes p1color , p2colo...
asked by 15.04.2016 / 18:18
2
answers

Fix in Javascript of different objects returns the same object when accessing all its elements

I have a problem manipulating an arrangement in Javascript that I could not solve or explain the behavior. Initially I have 9 buttons inside a div numbered from 1 to 9. By clicking on the button 5 the numbers of the buttons around it must tur...
asked by 06.03.2016 / 04:25
1
answer

How can I add the months of the current date in javascript? [duplicate]

Good I have this code var d = new Date(); var strDate = d.getFullYear() + "-" + (d.getMonth()+4) + "-" + d.getDate(); console.log(strDate); but as it is the end of the year when adding up, it gives me 22-15-2018 when it should be 22-0...
asked by 22.12.2018 / 19:50
1
answer

How can I remove the hash from the url in angularjs

I'm in a project that uses mvc 4 and angular. I have a problem with angular: I'm in the login screen and after logging in I want to use $location.url('/Home/Index'); to redirect  to the main page of the system but it does not work f...
asked by 23.08.2016 / 19:24
1
answer

Problem with name generator in javascript

Hi, I'm doing a course and one of the projects is a name generator that we made using this api link ?, I could finish it but the problem is that when I want to generate more than one name at a time (since I can select generate up to 15) several...
asked by 18.12.2018 / 21:58
2
answers

Problem with element.innerHTML + =

I have this attempt of gallery of images with bootstrap, but I do not manage to appear bada, this is the complete code of the gallery, the images are named by numbers.                                 <script> var imagenes = [1,2,3...
asked by 05.12.2018 / 06:14
1
answer

PHP IF if there are three conditions, search engine can not filter for prices

I still have problems, forgive my ignorance, and try by all means and I can not filter through the price range: This is the code Ajax that is in the home <script> function filterProducts() { var marcas = $('.valor_...
asked by 04.12.2018 / 00:17
1
answer

get select html value on vb.net

I have problems to recover a selected value of a <select> or combo of html from VB.NET, I have 3 <div> each with a certain function and so that only the <div> that the user selects hidden appears two. Th...
asked by 15.02.2016 / 20:19
2
answers

Dependent selects 2 levels

I need your help: ( I have a problem with the dependent dropdown in 2 levels, one is for country, the other for city. The problem is that when I click a country, in the dropdown of the city I get stuck inside the whole whole html page and I ca...
asked by 30.03.2016 / 11:54