Front end
Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.
Here are 5,729 public repositories matching this topic...
Currently the "Components" tab is always opened by default. This should be a sticky preference such that if the "Profiler" tab was opened last, re-opening the standalone DevTools should open "Profiler" by default again.
Note that these shortcut keys should only be implemented for the standalone DevTools since these tabs are part of the browser
The Head section says:
The next 2 meta tags (Charset and Viewport) need to come first in the head.
I found a reference for Charset being early on in the head:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
The
<meta>element declaring the encoding must be inside the<head>element and within the first 1024 bytes of the HTML as some browsers only look at those bytes be
-
Updated
Nov 20, 2019
在官网示例中,当使用config方式设置Modal的时候,关闭与开启的动画都是淡入淡出,为什么我在自己的项目中使用config方式创建Modal时却是滑入和淡出呢?而且还是非常卡顿闪屏式的滑入与淡出,而config创建Modal又不允许用户自己设置动画。请问这是Bug吗?有解决方式吗?
this.$Modal.confirm({
title":'测试Modal',
scrollable:true,
render: (h) => {
return h('Input', {
props: {
clearable: true,
autofocus: true,
placeholder: '您的备注'
},
on: {
input: (val)
文档错误
DNS preanalyze
-
Updated
Feb 4, 2020 - JavaScript
I'm working on a custom extension after reading docs, but something is wrong for v14.7.6
const triggerHook;
const Pack = {
getDynamicConfig: (rawConfig, dynamicConfig) => {
return Object.assign({}, rawConfig, { dynamicConfigKey: 'dynamicConfigVal' })
},
init: (rawConfig, dynamicConfig, api) => {
api.registerActionToHook('post-tag', {name: 'packAction', run: packActi
Describe the bug
"linkAttribute" Property not defined in typescript.
However, the property is defined within JS file.
Expected behavior
Need "linkAttribute" typescript attribute
Screenshots
https://github.com/nhn/tui.editor/blob/83d799788cbdbabc5a44a2a37330b9ce5ab54c23/index.d.ts#L35-L55
https://github.com/nhn/tui.editor/blob/83d799788cbdbabc5a44a2a37330b9ce5ab54c23/src/js/ed
-
Updated
Mar 15, 2020 - JavaScript
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
Roadmap to Gremlins 2.0
Gremlins.js is now older than 6 years old and the last commit is 2 year old. We think it’s time to give some love to this useful and fun package !
That’s with this gold in mind that @zyhou and @HALLERPierre are the new maintainers of this project.
Our first goal is to give a new youth to gremlins.js. Say goodbye to callbacks hell and say hello to promises and asy
-
Updated
Nov 16, 2019
-
Updated
Mar 2, 2020 - CSS
When getting started with tui.calendar, I found the "schedule" quite confusing, until I realized that's meant to mean one individual "event", "appointment", or "meeting". Google calendar calls those "events".
https://www.google.com/search?q=define+schedule says schedule is a list of intended events. That what would the purpose of an individual "calendar", or schedule (eg My calendar, Company, F
I needed a small margin at the top and bottom of the track for what I’m building (screenshot, below, showing bottom margin):
Just hacked it quickly with:
// Hack: provide a small vertical margin.
// Top
if (i.scrollbarYTop === 0) {Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
I have found a couple of things (so far) not mentioned in the upgrade guide:
- filter of a CollectionView is now viewFilter and parameters have changed
{ sort:false }on a CollectionView should now be{sortWithCollection: false}
Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.
-
Updated
Jan 14, 2018 - HTML
when i import this file in .vue, there are many wrong because of eslint.
when i use it through script, the browser got ZeroClipbard is not defined....
-
Updated
Nov 29, 2019 - PHP
What problem does this feature solve?
What does the proposed API look like?
- Wikipedia
- Wikipedia


What problem does this feature solve?
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
What does the proposed API look like?
In HTML,
{{BigInt("100")}},{{100n}},{{2n * 50n}}or{{50n + 50n}}should show "100" (it can be just simply string by using .toString()) at frontend.At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu