Skip to content
#

jQuery

jquery logo

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...

Khusainov
Khusainov commented Oct 23, 2019

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

  1. Try to navigate between sections. Everything works fine (3 sections in example)
  2. Go to section 2 and click on first tex
tainewoo
tainewoo commented Oct 31, 2019
<!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
jolrael-dev
jolrael-dev commented Dec 16, 2019

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

jorvis
jorvis commented Dec 12, 2018

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

mariusa
mariusa commented Oct 12, 2019

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

seirerman
seirerman commented Aug 13, 2019

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}}">' +

https://developers.google.com

Deimos
Deimos commented Apr 25, 2019

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 data argument is a string
  • Modifying `data
jlvdh
jlvdh commented Nov 27, 2018

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

jquery-timeago
SphereFx
SphereFx commented Oct 24, 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));
``
ppazos
ppazos commented Aug 16, 2019

I'm using notifications with title only, titles have a class that adds a margin-bottom, that makes the space below the text greater than the space above, making the text in the notification to appear not aligned vertically.

It would be better to add a margin-top to the contents of the notification when there are contents, instead of adding the margin bottom to the title.

Current:

![incorr

2jiwon
2jiwon commented Sep 6, 2019

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

nireno
nireno commented Feb 8, 2018

What I had:
An existing page that was working using a datetimepicker with mask: true

What I changed:
I simply added moment.js for purposes unrelated to the datetimepicker.

What I expected:
The mask in the existing datetimepicker should have been unaffected.

What actually happened:
The existing datetimepicker mask was broken. Instead of showing a proper mask it displays ```Y/m/

Created by John Resig

Released January 2006

Repository
jquery/jquery
Website
jquery.com
Wikipedia
Wikipedia

Related Topics

javascript css bootstrap
You can’t perform that action at this time.