From 363c104c2a6a8513222a4e1bcc641e257be9fe43 Mon Sep 17 00:00:00 2001 From: Nacim Goura Date: Fri, 20 Apr 2018 07:25:40 +0200 Subject: [PATCH] add version for jQuery Mobile (#2235) It's possible to get the version of jquery mobile with `jQuery.mobile.version` --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index dc24c8481..dd9d4139c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11783,6 +11783,9 @@ ], "icon": "jQuery Mobile.svg", "implies": "jQuery", + "js": { + "jQuery.mobile.version": "(.*)\\;version:\\1" + }, "script": "jquery[.-]mobile(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2", "website": "https://jquerymobile.com" },