🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update build/fixtures/README.md
Co-authored-by: Timmy Willison <timmywil@users.noreply.github.com>
  • Loading branch information
mgol and timmywil authored Sep 19, 2023
commit 2b462a5974c72f202ad3c37dd82c09e57c26960c
2 changes: 1 addition & 1 deletion build/fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ All jQuery modules export named `$` & `jQuery` tokens; the further examples will
</script>
```

However, named imports provide better interoperability across tooling and are thus recommended.
However, named imports provide better interoperability across tooling and are therefore recommended.

Sometimes you don’t need AJAX, or you prefer to use one of the many standalone libraries that focus on AJAX requests. And often it is simpler to use a combination of CSS, class manipulation or the Web Animations API. Similarly, many projects opt into relying on native browser promises instead of jQuery Deferreds. Along with the regular version of jQuery that includes the `ajax`, `callbacks`, `deferred`, `effects` & `queue` modules, we’ve released a “slim” version that excludes these modules. You can load it as a regular script:

Expand Down