jQuery
jQuery is a lightweight library that simplifies programming with JavaScript. It builds on top of browser function and accomplishes programming tasks with fewer lines of code.
Here are 22,235 public repositories matching this topic...
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
Version
v1.4.10
Development Environment
Chrome 80.0.3987.132
Current Behavior
Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.
// Write example code
Go to section
* [Hello](#hello)
* [Hello World](#hello-world)
* [Another section](#new-section) <-- it's called 'Another section' in this list but refers to 'New-
Updated
Apr 29, 2020 - CSS
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Apr 19, 2020 - Go
Before posting, please see guidelines for contributing. If you're submitting a bug report, see below.
Bug reports
A bug is a demonstrable problem that is caused by the code in the repository.
Good bug reports are extremely helpful - thank you!
Guidelines for bug reports:
- **Use the GitHub issue
index.d.ts:L209 says in export interface ICalendarInfo.id is a string.
https://nhn.github.io/tui.calendar/latest/CalendarProps says for Typedef CalendarProps, that id is a string or a number.
Providing that CalendarProps and ICalendarInfo are the same, adjust the ID to have the same type on both places (preferably strin
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Jul 14, 2020 - CSS
-
Updated
Mar 17, 2020
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 4, 2020 - HTML
-
Updated
Feb 1, 2020 - HTML
-
Updated
Apr 29, 2020
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
May 24, 2020 - HTML
-
Updated
Jun 17, 2020 - PHP
-
Updated
Apr 10, 2020 - JavaScript
Created by John Resig
Released January 2006
Latest release 3 months ago
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia
问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?