issues Search Results · repo:jquery/api.jquery.com language:HTML
Filter by
714 results
(82 ms)714 results
injquery/api.jquery.com (press backspace or delete to remove)The full logic for whether to use the script tag is implemented by this function:
function canUseScriptTag( s ) {
// A script tag can only be used for async, cross domain or forced-by-attrs requests. ...
mgol
- 1
- Opened on Apr 2
- #1271
https://api.jquery.com/keypress/
The event signatures both say keyup instead of keypress :
.on( keyup [, eventData ], handler )
.trigger( keyup )
Seems to have been introduced in the last revision ...
sjorford
- 1
- Opened on Jan 28
- #1266
jQuery 3.0.0 stopped auto-executing cross-domain scripts unless an explicit dataType: script was provided. jQuery 4.0.0
will extend this requirement to same-domain scripts as well. This needs to be documented. ...
mgol
- Opened on Oct 9, 2024
- #1258
mgol
- Opened on Oct 9, 2024
- #1257
Please, can you provide a single page, printer friendly documentation, or at least a downloadable pdf?
Thanks in advance for any help, regards, have a nice day.
Edit: Nevermind, it s enough if you tell ...
anonimo82
- 10
- Opened on Aug 27, 2024
- #1249
See https://jquery.com/upgrade-guide/3.0/#callback-exit, in particular the paragraph: Note that jQuery logs a message to
the console when it is inside a Deferred and a JavaScript exception occurs. These ...
Has Pull Request
mgol
- 1
- Opened on Jul 3, 2024
- #1246
Description
The jQuery documentation for text() at https://api.jquery.com/text/ states:
The .text() method cannot be used on input elements. For input field text, use the .val() method.
But this is ...
jackdeguest
- 5
- Opened on Apr 20, 2024
- #1244
The documentation for the ‘cache’ parameter of ‘ajax’ says:
It works by appending _={timestamp} to the GET parameters.
This seems a bit misleading. I interpreted it as a timestamp of when the request ...
Rinzwind
- 2
- Opened on Nov 10, 2023
- #1241

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.