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 20,564 public repositories matching this topic...
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/css/select2.min.css" rel="stylesheet"/>
<script src="https://code.jquery.com/jquery-3.4.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/js/select2.mi
I believe this could use a bit more documentation structure.
Readme to showcase the library, mention those who are using the library, maybe mention contributors. The Readme would also link to the rest of the documentation.
- Installation Instructions (NPM, Bower, GitHub)
- Usage
- Example(s)
- API (I think the jQuery is mostly lacking the API ability currently)
-
Updated
Jan 14, 2020 - JavaScript
I'm making a data-heavy display with compact form controls and bootstrap-select seems to fit all my needs except it doesn't seem to have support for sizing.
In bootstrap3 my elements were all input-xs. Now with bootstrap4 that's been removed, so they're form-control-sm.
Are there options to make bootstrap-select elements at least as small as form-control-sm? They look totally out of plac
-
Updated
Feb 24, 2020 - Go
When getting started with tui.calendar, I found the "schedule" quite confusing, until I realized that's meant to mean one individual "event", "appointment", or "meeting". Google calendar calls those "events".
https://www.google.com/search?q=define+schedule says schedule is a list of intended events. That what would the purpose of an individual "calendar", or schedule (eg My calendar, Company, F
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Mar 21, 2020 - CSS
-
Updated
Mar 17, 2020
-
Updated
Oct 30, 2019 - JavaScript
I did not see any reference or example in documentation regarding clean up after ajax upload. I do not wish to have thumbnail still show in preview page after successful upload.
The description in the docs for the beforeSend.ic event says:
Triggered before sending an intercooler AJAX request to the server. The second argument to the event is the data hash, and can be added or removed from to change the values sent to the server.
However:
- The second argument isn't a data hash
- There is no data hash at all, the
dataargument is a string - Modifying `data
-
Updated
Feb 1, 2020 - HTML
-
Updated
Oct 15, 2019
I personally don't like the format that toLocaleString() returns (24/10/2019 2:36:56).
It would be nice if there was an option to pass its options like dateStyle: 'long', timeStyle: 'short', etc.
e.g.
$.timeago.settings.LocaleFormat = {dateStyle: 'medium', timeStyle: 'short', hour12: true};
// $(this).attr("title", date.toLocaleString(undefined, $t.settings.LocaleFormat));
``
If you scroll down a section that is scrollable then scroll back up, that section you scroll to will begin at the bottom (this makes sense).
However, what if you scroll down and then decide to lick on an anchor to a section? It should then take you to the top of that section.
Is there any way to accomplish this?
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
-
Updated
Apr 7, 2019 - JavaScript
Hello
I'm trying to use this package and followed this document, but it doesn't work.
I'm not sure it's the proper way to use this. The document says 'Laravel 5.1 with...'.
The route file path is different.
Anyway, I followed everything on the document and it threw this error message.
InvalidArgumentException
Attribute [controller] does no
-
Updated
Mar 21, 2020 - Java
It seems the value of the option step should be between 1 and 60 minutes (Entered 90 the step stay to 60, the script doesn't stop while entering 0). Could you add this on the documentation please.
-
Updated
Aug 24, 2018 - JavaScript
Created by John Resig
Released January 2006
- Repository
- jquery/jquery
- Website
- jquery.com
- Wikipedia
- Wikipedia
If the responsiveWidth setting is used, the dragAndMove vertical should be disabled. As of now the responsiveWidth setting is ignored when dragAndMove is used.
Also it would be nice to set dragAndMove options per viewport (its just a suggestion and in no way is implemented in fullpage.js yet):