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...
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...
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...
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...
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...
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...
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...
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_...
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...
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...