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,564 public repositories matching this topic...

jjaun
jjaun commented Mar 19, 2020

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):

dragAndMove : [
  {
    setting: false
  },
  {
    breakpoint: 500
    setting: 'horizo
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
BallisticPain
BallisticPain commented Nov 18, 2016

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.

  1. Installation Instructions (NPM, Bower, GitHub)
  2. Usage
  3. Example(s)
  4. API (I think the jQuery is mostly lacking the API ability currently)
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

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
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));
``
EastSideCode
EastSideCode commented Sep 18, 2018

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?

Rameshtm
Rameshtm commented May 29, 2017

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

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

Created by John Resig

Released January 2006

Repository
jquery/jquery
Website
jquery.com
Wikipedia
Wikipedia
You can’t perform that action at this time.