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 50,344 public repositories matching this topic...
A simple, in-browser, markdown-driven slideshow tool.
-
Updated
May 24, 2022 - HTML
-
Updated
Jul 9, 2022 - HTML
𝙃𝙪𝙜𝙚 collection of Tailwind components, sections and templates
-
Updated
Jul 7, 2022 - HTML
API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \ websites
-
Updated
Jun 29, 2022 - HTML
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
-
Updated
Oct 31, 2021 - HTML
Make it a fun to create spec for developers and teammates
-
Updated
Feb 17, 2021 - HTML
现代 JavaScript 教程(The Modern JavaScript Tutorial)
-
Updated
Jul 11, 2022 - HTML
-
Updated
Jun 21, 2022 - HTML
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
-
Updated
Jun 29, 2022 - HTML
-
Updated
May 22, 2022 - HTML
Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1
-
Updated
Jul 7, 2022 - HTML
Simplest possible examples of HTML, CSS and Javascript:
-
Updated
Jun 30, 2022 - HTML
Making AJAX as easy as anchor tags
-
Updated
Jun 7, 2022 - HTML
-
Updated
Jul 9, 2022 - HTML
[Book] 2019 edition of our front-end development handbook
-
Updated
Mar 3, 2022 - HTML
-
Updated
Oct 14, 2020 - HTML
-
Updated
Mar 23, 2022 - HTML
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
大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。
-
Updated
Jun 1, 2022 - HTML
Maintainer List
@iliakan, @lex111, @dandgerson, @stas-dolgachov, @xcurveballx
Учебник переведён и будет скоро опубликован.
Пожалуйста, обратите внимание на #321 и #288.
Free Bootstrap Admin Template
-
Updated
Jun 27, 2022 - HTML
Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
-
Updated
Jan 30, 2022 - HTML
-
Updated
Jun 29, 2022 - HTML
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
May 16, 2022 - HTML
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia


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
dir="ltr"matches:dir(ltr)(#26159)