From 8574d27a3495cf924b6a41e83777186afe359a6e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:11:36 +0000 Subject: [PATCH] Add jquery-pjax detection (#2510) It's a [fairly popular](https://github.com/defunkt/jquery-pjax) library, used by github.com --- src/apps.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps.json b/src/apps.json index d14390431..7ca6c7a55 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11890,6 +11890,23 @@ "script": "jquery[.-]mobile(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2", "website": "https://jquerymobile.com" }, + "jQuery-pjax": { + "cats": [ + 26 + ], + "implies": "jQuery", + "meta": { + "pjax-timeout": "", + "pjax-replace": "", + "pjax-push": "" + }, + "js": { + "jQuery.pjax": "" + }, + "script": "jquery[.-]pjax(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2", + "html": "]+data-pjax-container", + "website": "https://github.com/defunkt/jquery-pjax" + }, "jQuery Sparklines": { "cats": [ 25