#
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 31,371 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 9, 2022 - JavaScript
Open
input 支持auto-fill属性
enhancement
New feature or request
good first issue
Good for newcomers
V-3
Version - 3.x
E-easy
Helper Wanted - Easy
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';
}
}
psayre23
commented
Oct 21, 2014
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.
-
Updated
May 9, 2022 - TypeScript
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
Mar 9, 2022 - JavaScript
-
Updated
May 2, 2022 - SCSS
A little like that j-thing, only in Go.
-
Updated
May 6, 2022 - Go
jQuery Validation Plugin library sources
-
Updated
May 6, 2022 - JavaScript
javascript
jquery
task
jquery-plugin
schedule
frontend
calendar
daily
weekly
fullcalendar
milestone
monthly
-
Updated
May 9, 2022 - 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
Apr 27, 2022 - 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
May 2, 2022 - JavaScript
An absurdly small jQuery alternative for modern browsers.
-
Updated
Apr 21, 2022 - 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
May 6, 2022 - 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
Drag and drop website builder javascript library.
javascript
bootstrap
jquery
open-source
builder
ui
html5
drag-and-drop
drag-drop
drag
scss
bootstrap4
website-builder
free
website-generation
site-generator
site-builder
bootstrap5
bootstrap-5
-
Updated
Feb 22, 2022 - JavaScript
Making AJAX as easy as anchor tags
-
Updated
Apr 27, 2022 - HTML
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 8, 2022 - JavaScript
jQuery DataTables API for Laravel 4|5|6|7|8|9
-
Updated
May 8, 2022 - PHP
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
pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
-
Updated
Aug 18, 2021 - JavaScript
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
java
jquery
ioc
mail
database
micro-framework
http-client
html-parser
java8
json-parser
utility-library
aop
jodd
-
Updated
Feb 19, 2022 - Java
Created by John Resig
Released January 2006
Latest release about 1 year ago
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia
这个特性解决了什么问题?
项目用到了微信小程序相关的城市服务快速填写组件,目前用了taro-plugin-inject 做了input 属性的注入,希望后续可以直接支持这个属性。
这个 API 长什么样?
input 支持auto-fill属性,目前编译出来input标签上没有这个属性