#
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 26,546 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
May 4, 2021 - JavaScript
vjandrea
commented
Mar 5, 2021
A message override works only if the lang attribute is not set or if lang is set to any value except "en".
Tested with select2@4.0.13 and jquery@3.2 and confirmed in Chrome and Firefox on Mac and Win10.
$(document).ready(function() {
$('.message-override').select2(
{
language: {
noResults: () => {
return 'override works';
}
}
Fast, flexible, and lean implementation of core jQuery designed specifically for the server.
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
May 29, 2021 - SCSS
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
May 21, 2021 - JavaScript
A little like that j-thing, only in Go.
-
Updated
Jun 4, 2021 - Go
jQuery Validation Plugin library sources
-
Updated
Jun 4, 2021 - JavaScript
javascript
jquery
task
jquery-plugin
schedule
frontend
calendar
daily
weekly
fullcalendar
milestone
monthly
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
javascript
css
html
bootstrap
jquery
components
less
html5
metro
css-framework
component-library
no-dependencies
metro-ui
metro-ui-css
metro-style
metro4
css-frameworks
bootstrap-replacement
no-jquery-required
-
Updated
May 17, 2021 - 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
Dec 31, 2020
Web Crawler/Spider for NodeJS + server-side jQuery ;-)
-
Updated
Mar 19, 2021 - JavaScript
An absurdly small jQuery alternative for modern browsers.
-
Updated
May 12, 2021 - JavaScript
jQuery Form Plugin
javascript
jquery
json
jquery-plugin
ajax
form
html-form
ajax-form
json-form
jquery-form
form-serialization
-
Updated
Feb 17, 2021 - JavaScript
An enhanced HTML 5 file input for Bootstrap 5.x/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
Jun 3, 2021 - JavaScript
Making AJAX as easy as anchor tags
-
Updated
May 11, 2021 - HTML
Drag and drop website builder javascript library.
javascript
html
jquery
open-source
builder
ui
drag-and-drop
drag-drop
drag
scss
bootstrap4
website-builder
free
website-generation
site-generator
bootstrap-4
site-builder
bootstrap5
bootstrap-5
-
Updated
Jun 1, 2021 - JavaScript
Progressive <svg> pie, donut, bar and line charts
-
Updated
Feb 1, 2020 - HTML
A collection of tips to help up your jQuery game
-
Updated
Jan 14, 2021
Interactive Tables and Data Grids for JavaScript
react
javascript
jquery
json
data
list
widget
grid
table
ajax
sort
cdnjs
grid-layout
grid-system
tabulator
tabulator-table
-
Updated
May 28, 2021 - JavaScript
pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
-
Updated
May 12, 2021 - JavaScript
jQuery DataTables API for Laravel 4|5|6|7|8
-
Updated
May 20, 2021 - PHP
Created by John Resig
Released January 2006
Latest release 3 months ago
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia


相关平台
支付宝小程序
小程序基础库: 2.0
使用框架: React
复现步骤
taro中编写自定义组件,通过taro build native-components --type alipay打包,打包后的组件拷贝至支付宝小程序中无法显示
期望结果
taro编译后的自定义组件可以在支付宝小程序中正常使用
实际结果
taro编译后的自定义组件在支付宝小程序中无法显示,
而且会报错误信息不能添加属性data
环境信息