Questions tagged as 'javascript'

1
answer

Close Menu-Off-cuts when clicking away

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...
asked by 16.07.2015 / 18:39
1
answer

Calculate Dropdown Script without onclick

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...
asked by 28.02.2015 / 23:03
1
answer

How do I get the distance from the scroll bar to the top of the page in Internet Explorer?

In other browsers with you $(document).scrollTop(); But in IE this always returns 0;     
asked by 25.02.2015 / 22:28
1
answer

Sort data with google chart

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 ??     
asked by 08.06.2015 / 14:42
1
answer

Desktop applications developed in HTML CSS and Javascript

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...
asked by 12.06.2015 / 17:11
1
answer

Difficulties in connecting Javascript with HTML [closed]

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...
asked by 09.06.2015 / 21:09
1
answer

Uploading site gives error of: failure to load a file

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...
asked by 26.10.2015 / 17:18
1
answer

Pass a button-like link value through the url to be used on another page with javascript or php

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...
asked by 22.10.2015 / 19:43
1
answer

Double Error Message Javascript Ajax

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...
asked by 23.10.2015 / 19:36
2
answers

Real-time ajax request

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...
asked by 21.02.2015 / 00:24