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

MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
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

jrun
jrun commented Oct 5, 2018

While updating an app to jQuery 3.3.x, I noticed a jQuery deprecation warning indicating the event shorthand methods have been deprecated. It seems there are no plans to ever remove them but they've been removed from the slim version of the package.

Even though there are no plans to actually remove the methods, does it makes sense to clear up the deprecation?

JQMIGRATE: jQuery.fn.click() e

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));
``
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

Latest release 3 months ago

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