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,082 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
We collect credit cards with the intent of capturing money from them. Expiration dates in the past are an error and should cause a notable error.
Version
1.3.0
Development Environment
Windows and Mac: Chrome, Firefox, and edge.
Current Behavior
When a user puts a <mark> tag in the markdown tab it shows the text highlight correctly on the preview, but when the tab is switched to the wysiwyg the highlight disappears. The tag is no longer on the text when you go back to the markdown tab.
Expected Behavior
The mark tag
I put the editor in a
sth have the same bug is preview and fullscrean
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
A little like that j-thing, only in Go.
-
Updated
Jan 27, 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
⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
-
Updated
Jan 26, 2020 - JavaScript
The buttons have title attributes which are ignored by most screen readers. The content of the buttons (SVGs) are also not readable.
Using the title attribute for users without disabilities and aria-label attribute for those with disabilities would solve this problem:
zoom: '<button data-fancybox-zoom class="..." title="{{ZOOM}}" aria-label="{{ZOOM}}">' +
Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style and not only.
-
Updated
Jan 26, 2020 - CSS
A useful list of must-watch talks about JavaScript
-
Updated
Jan 27, 2020
An enhanced HTML 5 file input for Bootstrap 4.x./3.x with file preview, multiple selection, and more features.
-
Updated
Jan 27, 2020 - JavaScript
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
What is the current behavior?
Crawling a website that uses # (hashes) for url navigation does not crawl the pages that use #
The urls using # are not followed.
If the current behavior is a bug, please provide the steps to reproduce
Try crawling a website like mykita.com/en/
What is the motivation / use case for changing the behavior?
Though hashes are not ment to chan
Progressive <svg> pie, donut, bar and line charts
-
Updated
Jan 25, 2020 - HTML
The documentation page has no link to the home page. (I can add it.)
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));
``
@alvarotrigo The ReadMe file says that,
But if you make navigation property to true then nothing happens, as in the screen shot there is nothing in the right side of browser window,


Description
Navigation between inputs inside large section by using Tab key (or Up/Down buttons on iOS) brokes the fullpage navigation.
Link to isolated reproduction with no external CSS / JS
https://jsfiddle.net/damirk/ofqk9yxt/9/
Steps to reproduce it