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