From d14cff5b2c4005f3a5a854807cc186de3b0dd7ef Mon Sep 17 00:00:00 2001 From: naoh Date: Wed, 14 Dec 2016 19:58:13 +0800 Subject: [PATCH] Add CDNJS version badge in readme This will add the badge to show its version on CDNJS and also link to its page on CDNJS! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85fb137..37130c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ jQuery Autotab ============== +[![CDNJS](https://img.shields.io/cdnjs/v/jquery-autotab.svg)](https://cdnjs.com/libraries/jquery-autotab) + Autotab is a jQuery plugin that provides auto tabbing and filtering on text fields in a form. Once the maximum number of characters has been reached within a text field, the focus is automatically set to a defined element. Likewise, clearing out the text field's content by pressing backspace eventually places the focus on a previous element.