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...
-
Updated
May 24, 2022 - HTML
-
Updated
Jul 9, 2022 - HTML
-
Updated
Jul 7, 2022 - HTML
-
Updated
Jun 29, 2022 - HTML
-
Updated
Oct 31, 2021 - HTML
-
Updated
Feb 17, 2021 - HTML
-
Updated
Jul 11, 2022 - HTML
-
Updated
Jun 21, 2022 - HTML
-
Updated
Jun 29, 2022 - HTML
-
Updated
May 22, 2022 - HTML
-
Updated
Jul 7, 2022 - HTML
-
Updated
Jun 30, 2022 - HTML
-
Updated
Jun 7, 2022 - HTML
-
Updated
Jul 9, 2022 - HTML
-
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.
-
Updated
Jun 27, 2022 - HTML
-
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>
-
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)