How can I do it, so when I click on the white area after the menu is open, can I close it? The same way it runs when I click the "x"?
$(function() {
$('.toggle-nav').click(function() {
toggleNav();
});
});
function toggleN...
I need in below, when selecting dropdown it does the calculation automatically without having to click the calcular button.
Another thing I wanted is: when I checked the checkbox it multiplied by 2 the total value.
&l...
I have the following graph of the google chart: link
I wanted to sort the left columns as follows: Basic, Below Basic, Proficient, and Advanced. Currently out of order, is there any possibility of this change ??
I have an MVC Web application in .Net. I have the need to migrate it to the desktop. But I would like to keep my application with Web Views.
I know that for Android and IOS app it is possible to reuse the screens if they were developed in HTM...
Some months ago I took a course to enter the job market as "Front End", I learned what was needed, but now to put into practice Javascript is complicated, because in theory I know a lot with Javascript, but at the time of connecting these things...
When I upload the site gives me this error:
GET link 404 (Not
Found) xhrLoadText
@ l10n.js: 128parseResource
@ l10n.js: 257L10nResourceLink.load
@ l10n.js: 350loadLocale
@ l10n.js: 363document.webL10n.undefined.setLanguage...
Good morning everyone!
I am new to web development and am developing a web application with Php, javascript and mysql. My question is the following question: I have a table, where I am loading the information that I retrieved from my database, a...
I made a code so that when I changed something in a div, it automatically changed the page in real time without having to give refresh or anything, however when I change the contents of the div if by chance f5, the information appears repeatedly...
Well folks I have a script to do ajax request every 1 second to show me new content but now I am having a problem that it every 1 second updates me the whole content I wanted to only show up if there is a new one content in the database.
The...