diff --git a/src/technologies.json b/src/technologies.json index 161fd1822..9a48f9a2c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -23502,7 +23502,9 @@ "description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.", "icon": "jQuery.svg", "js": { - "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1" + "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1", + "$().jquery": "([\\d.]+)\\;version:\\1", + "$.fn.jquery": "([\\d.]+)\\;version:\\1" }, "scripts": [ "jquery[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",