js
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 17,333 public repositories matching this topic...
-
Updated
Jul 11, 2020
layui.js中,getPath方法探测layui所在目录代码存在bug,只有layui.js在页面中最后引入时,才能正确找到layui路径。
,getPath = function(){
var jsPath = doc.currentScript ? doc.currentScript.src : function(){
var js = doc.scripts
,last = js.length - 1
,src;
for(var i = last; i > 0; i--){
if(js[i].readyState === 'interactive
希望打包的结构能简单点
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 13, 2020 - JavaScript
CDNJS requires a certain amount of manual review and moderation. This review is required both to allow new projects to be added to the project, and to handle certain types of project changes which can't be automatically imported.
This issue is a place to discuss how we might eliminate this requirement in the future.
I believe the goal of this project should be to take everything which requir
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Jun 12, 2020 - HTML
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jun 24, 2020 - Java
How import stylesheets-files?
@import url('https://fonts.googleapis.com/css?family=Spectral&display=swap');Came up with the following solution:
import {create} from 'jss';
create().createStyleSheet({
'@import': 'url(https://fonts.googleapis.com/css?family=Spectral&display=swap)'
}).attach();But I would like to do it in global styles.
But the `j
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
Can you make the menu appear when you click the right mouse button.
Menu when you click on the message:
Forward
Mark as
Spamming
Move
Delete
Create Filter
Menu when you click on a folder:
Clear
Squeeze
Set password
Is it possible?
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 13, 2020 - JavaScript
I pulled all my hair and my face is bloody and I have no clue what I'm doing.
Can someone point me in a direction? I've search Google, Github and Stackoverflow without help.
https://steamcommunity.com/dev
https://steamcommunity.com/openid
I'm using Strapi so I cant take any shortcuts by using something else... :(
-
Updated
Jul 3, 2020 - Objective-C
-
Updated
Jun 27, 2020 - HTML
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
js13kGames competition
August - September 2020 • Online
Right now we have a pretty decent list of environment variables to detect different terminals that support colors. However, it is often not exactly known from what version on these terminals actually support the colors, if that's detectable and how many colors these support.
I would like to start a list of different terminals / CIs and other things including their corresponding environment vari