From 49ba65bc9d631691f3b394d8a77a435db6abcfb5 Mon Sep 17 00:00:00 2001 From: Cam Song Date: Wed, 13 Jan 2016 18:03:53 +0800 Subject: [PATCH] Update README.md Version number should not be here, use tag instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f590cd..b5e6ecf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## You Don't Need jQuery - ver.2 [![Build Status](https://travis-ci.org/oneuijs/You-Dont-Need-jQuery.svg)](https://travis-ci.org/oneuijs/You-Dont-Need-jQuery) +## You Don't Need jQuery [![Build Status](https://travis-ci.org/oneuijs/You-Dont-Need-jQuery.svg)](https://travis-ci.org/oneuijs/You-Dont-Need-jQuery) Frontend environments evolve rapidly nowadays, modern browsers have already implemented a great deal of DOM/BOM APIs which are good enough. We don't have to learn jQuery from scratch for DOM manipulation or events. In the meantime, thanks to the prevailment of frontend libraries such as React, Angular and Vue, manipulating DOM directly becomes anti-pattern, jQuery has never been less important. This project summarizes most of the jQuery method alternatives in native implementation, with IE 10+ support.