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 23,865 public repositories matching this topic...
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
-
Updated
Oct 24, 2020 - JavaScript
Taro能使用wxs吗?
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 12, 2020 - SCSS
The open source embeddable online markdown editor (component).
-
Updated
Sep 22, 2020 - JavaScript
jQuery Validation Plugin library sources
-
Updated
Oct 25, 2020 - JavaScript
A little like that j-thing, only in Go.
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
Build impressive responsive, mobile-first projects on the web with the first front-end component library in Metro Style and not only.
-
Updated
Oct 26, 2020 - CSS
A useful list of must-watch talks about JavaScript
-
Updated
Mar 17, 2020
Web Crawler/Spider for NodeJS + server-side jQuery ;-)
-
Updated
Oct 15, 2020 - JavaScript
jQuery Form Plugin
-
Updated
Oct 3, 2020 - JavaScript
An absurdly small jQuery alternative for modern browsers.
-
Updated
Sep 12, 2020 - JavaScript
An enhanced HTML 5 file input for Bootstrap 4.x./3.x with file preview, multiple selection, and more features.
-
Updated
Oct 26, 2020 - JavaScript
Making AJAX as easy as anchor tags
-
Updated
Jul 18, 2020 - HTML
Progressive <svg> pie, donut, bar and line charts
-
Updated
Feb 1, 2020 - HTML
A collection of tips to help up your jQuery game
-
Updated
Apr 29, 2020
pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
-
Updated
Mar 25, 2020 - JavaScript
jQuery DataTables API for Laravel 4|5|6|7|8
-
Updated
Oct 26, 2020 - PHP
Interactive Tables and Data Grids for JavaScript
-
Updated
Oct 25, 2020 - JavaScript
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
Created by John Resig
Released January 2006
Latest release 7 months ago
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia


问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?