JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 26,452 public repositories matching this topic...
Best practices for modern web development
-
Updated
Nov 25, 2020 - HTML
A simple, in-browser, markdown-driven slideshow tool.
-
Updated
Oct 29, 2020 - HTML
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
-
Updated
Sep 24, 2020 - HTML
Make it a fun to create spec for developers and teammates
-
Updated
Oct 12, 2020 - HTML
-
Updated
Oct 23, 2020 - HTML
-
Updated
Nov 19, 2020 - HTML
Making AJAX as easy as anchor tags
-
Updated
Nov 24, 2020 - HTML
-
Updated
Oct 14, 2020 - HTML
现代 JavaScript 教程(The Modern JavaScript Tutorial)
-
Updated
Nov 25, 2020 - HTML
[Book] 2019 edition of our front-end development handbook
-
Updated
Oct 31, 2020 - HTML
-
Updated
Nov 19, 2020 - HTML
All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.
-
Updated
Nov 26, 2020 - HTML
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
- element with
dir="ltr"matches:dir(ltr) - root element without
dirattr
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
It is a Chrome extension for printing JSON and JSONP.
-
Updated
Nov 24, 2020 - HTML
Help the front End community to rock interview
-
Updated
Sep 17, 2018 - HTML
Riding carousels with jQuery.
-
Updated
Apr 25, 2020 - HTML
Free Bootstrap Admin Template
-
Updated
Nov 16, 2020 - HTML
Maintainer List
@iliakan, @lex111, @dandgerson, @stas-dolgachov, @xcurveballx
Учебник переведён и будет скоро опубликован.
Пожалуйста, обратите внимание на #321 и #288.
Cheatsheet for promises and async/await.
-
Updated
Oct 31, 2018 - HTML
A lightbox gallery plugin for Bootstrap
-
Updated
May 7, 2020 - HTML
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia


Hi,
When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).
I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me