Aren't they about 5 years late? JQuery was an absolute lifesaver when we had to deal with IE5.5 and IE6, there was no querySelectorAll, the event model was different in IE vs. the rest of the world, many CSS properties had to be prefixed, and the box model was all screwed up. All of those are fixed in modern browsers, and most of the time you don't need JQuery at all.
> I had never use jQUERY before because I hate JQUERY badly.<p>Not entirely sure why he hates it if he hasn't used it. Clearly a sign of NIH syndrome gone wild.<p>> How about start an new one JQUERY that using my mind.<p>Obviously this guy hasn't heard of neither Zepto (<a href="http://zeptojs.com/" rel="nofollow">http://zeptojs.com/</a>) nor Cheerio (<a href="https://cheeriojs.github.io/cheerio/" rel="nofollow">https://cheeriojs.github.io/cheerio/</a>).<p>> BTW, MingGeJs works with IE 6, 7 and 8 very well.<p>Isn't that why jQuery still has the 1.x.x release (<a href="https://blog.jquery.com/2013/04/18/jquery-2-0-released/" rel="nofollow">https://blog.jquery.com/2013/04/18/jquery-2-0-released/</a>)? And even the upcoming 3.x.x release plans to put back compatibility as a "compat" release (<a href="https://blog.jquery.com/2015/07/13/jquery-3-0-and-jquery-compat-3-0-alpha-versions-released/" rel="nofollow">https://blog.jquery.com/2015/07/13/jquery-3-0-and-jquery-com...</a>) instead of a separate version (1 being backwards, 2 being the no-IE).<p>Also, who uses IE 6-8? IE8 EOL is January 2016 (<a href="https://support.microsoft.com/en-us/lifecycle?p1=13418" rel="nofollow">https://support.microsoft.com/en-us/lifecycle?p1=13418</a>). Microsoft is not even looking back at IE9 and 10.<p>> MingGeJS has a huge and distant goal that means taking over half of users of JQUERY in the whole world.<p>Good luck with that. jQuery has been around since 2006 (<a href="https://en.wikipedia.org/wiki/JQuery" rel="nofollow">https://en.wikipedia.org/wiki/JQuery</a>). That's almost 10 years (at the time of writing) of accumulated knowledge, testing and patience from people around the world. Compare that to the 10 days (at the time of writing) life of that library.