Libraryless. Click here for Pure Java version (5273L/33K).
1 | sbool jqueryLoaded(S html) { |
2 | for (S tag : findAllTagsNamed script(html)) |
3 | if (cic(tagParam(tag, "src"), "/jquery")) |
4 | true; |
5 | false; |
6 | } |
Began life as a copy of #1031448
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031455 |
Snippet name: | jqueryLoaded |
Eternal ID of this version: | #1031455/1 |
Text MD5: | 6126a698c45d0ef2d19fb130a3c428ce |
Transpilation MD5: | feceeaf03fec4da798b747dde2349a60 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-14 00:27:22 |
Source code size: | 148 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 144 / 220 |
Referenced in: | [show references] |