#
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,018 public repositories matching this topic...
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
javascript
jquery
slideshow
slide
snap
scrolling
fullscreen
swipe
onepage
fullpage
sections
mousewheel
-
Updated
Jul 31, 2020 - JavaScript
Open
Taro能使用wxs吗?
25
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Aug 2, 2020 - CSS
The open source embeddable online markdown editor (component).
javascript
editor
jquery
markdown
gfm
documentation
markdown-editor
marked
codemirror
commonmark
toc
katex
flowchart
markdown-writer
sequence-diagram
-
Updated
Jun 30, 2020 - JavaScript
jQuery Validation Plugin library sources
-
Updated
Aug 26, 2020 - JavaScript
A little like that j-thing, only in Go.
-
Updated
Aug 1, 2020 - Go
javascript
jquery
task
jquery-plugin
schedule
frontend
calendar
daily
weekly
fullcalendar
milestone
monthly
-
Updated
Aug 27, 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.
javascript
css
html
bootstrap
jquery
components
less
html5
metro
component-library
metro-ui
metro-ui-css
metro4
bootstrap-replacement
-
Updated
Aug 30, 2020 - CSS
A useful list of must-watch talks about JavaScript
react
javascript
angularjs
jquery
angular
reactjs
javascript-framework
talks
netflix
videos
conference-talk
dotjs
jsconf
async-javascript
ng-conf
learning-resources
-
Updated
Mar 17, 2020
Web Crawler/Spider for NodeJS + server-side jQuery ;-)
-
Updated
Jun 24, 2020 - JavaScript
jQuery Form Plugin
javascript
jquery
json
jquery-plugin
ajax
form
html-form
ajax-form
json-form
jquery-form
form-serialization
-
Updated
Aug 10, 2020 - JavaScript
An absurdly small jQuery alternative for modern browsers.
-
Updated
Aug 1, 2020 - JavaScript
An enhanced HTML 5 file input for Bootstrap 4.x./3.x with file preview, multiple selection, and more features.
javascript
css
html
theme
bootstrap
jquery
xhr
jquery-plugin
html5
bower
upload
chunk
resumable
ajax-upload
chunked-uploads
resumable-upload
bootstrap-fileinput
filereader-api
krajee
krajee-explorer-theme
-
Updated
Aug 27, 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
-
Updated
Jun 17, 2020 - PHP
Rameshtm
commented
May 29, 2017
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
A jquery plugin for CSS3 text animations.
-
Updated
Apr 10, 2020 - JavaScript
Created by John Resig
Released January 2006
Latest release 5 months ago
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia
问题描述
最近使用
movable-view
做了一个拖拽排序的功能,但是由于需要touchmove
事件频繁setState
来更新movable-view
的坐标,导致Android
的上的性能体验很差,IOS
不会。看了微信的文档,这种情况可以使用
WXS
来解决,请问Taro
中能否使用WXS
?如何使用呢?