Questions tagged [javascript]

JavaScript is a dialect of the standardized ECMAScript programming language, primarily used for scripting web-pages. Use this tag for questions regarding ECMAScript and its dialects/ implementations: JavaScript, JScript, etc., excluding ActionScript.

ECMAScript, JavaScript & JScript

ECMAScript was developed as a standardization of Netscape's JavaScript and Microsoft's JScript. The canonical reference is The ECMA-262 Language Specification. While JavaScript and JScript aim to be compatible with ECMAScript, they also provide additional features not described in the ECMA specifications. Other implementations of ECMAScript also exist.

The Basics

The Mozilla Developer Center offers good documentation on JavaScript.

JavaScript is most often used in the browser - see The Document Object Model.


Learning JavaScript

Useful links

815 questions
24
votes
6 answers

Can we ignore visitors without JavaScript enabled?

If you have developed a JavaScript based website, is it worth doing the extra work to make it accessible for visitors who don't have JavaScript enabled? What percentage of visitors are in this position? Which browsers does it particularly…
Tim Murphy
  • 343
  • 2
  • 6
6
votes
2 answers

JavaScript based Audio player.

I am trying to find an Audio-Player, javascript based. I have tried a bunch of them, but was unable to find one with "Analytic", "Caption", "Control-Bar" etc other features. Can I have some suggestions, where I can find such an audio player.…
Zeeshan Rang
  • 161
  • 3
3
votes
3 answers

is there any webpage preloader?

I found preloader for flash|swf files, a preloader and a lazy loader for images. But nothing for the complete webpage. Some sites, like mine, have big header and footer. I need some preloader for this. Please suggest.
Amit Kumar Gupta
  • 1,228
  • 9
  • 18
3
votes
1 answer

Hide email adress with JavaScript

I read somewhere that hiding email address behind JavaScript code, could reduce spam bots harvesting the email address.