Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1031455 // jqueryLoaded

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5273L/33K).

sbool jqueryLoaded(S html) {
  for (S tag : findAllTagsNamed script(html))
    if (cic(tagParam(tag, "src"), "/jquery"))
      true;
  false;
}

Author comment

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: 77 / 125
Referenced in: [show references]