Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增英文版 README #95

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# minggeJS

English version is [here](README_en.md).

继优秀作品shearphoto截图插件,本人又再推出国产山寨JQUERY,为什么我要开发一个山寨JQUERY?老实说我从来没用过JQUERY,正因为我反感JQUERY。
为什么我反感,因为我完全有开发JQUERY的能力,JQUERY的底层我都了如指掌。
我开发插件一直都是用原生JS,大家可以看下我前面的作品shearphoto就是用原生JS写的。 虽说我反感JQUERY,但是JQUERY却在前端界占有大量的用户份额,之后我有个想法,不如重新开发一个属于自己思想,自己架构的JQUERY。有了想法就要实现我山寨JQUERY之路
Expand Down Expand Up @@ -41,8 +44,8 @@ minggeJS具有以下优点

3:语法,函数用法,函数名称,都与JQUERY一致,只要会JQUERY,你就会更用minggeJS,易学易用,马上上手。部份函数用法稍有不同,例如mingge新建节点是用$(XX).createNode(),比JQUERY方便很多!
minggeJS不单单是山寨JQUERY,更多的是融入了自己的思想,想法!

4:文件体积20K左右,后期升级可能会维持在40K左右,我自己的想法就是希望不超过40K。


5: minggeJS后期的发展,更多是想往手机端发展,即使战不胜JQUERY,能战胜zepto也是赏心悦目的事。再者就是动画方面,打算采用两种模式供用户选择,1种是CSS3,第2种CSS2定时器方式,定时器方式,估计以插件方式发布!

17 changes: 17 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# minggeJS

Since the awesome screenshot plugin **shearkhoto**, I started an new copy of JQUERY which is made by Chinese. Why I started this? Frankly speaking, I had never use jQUERY before because I hate JQUERY badly. What is the reason of that? Because I am absolutely able to build such a damn library and fully realize the technical detail in jQUERY. But JQUERY is a giant of Front-End and has a huge number of believers, which inspired me and brought an idea — How about start an new one JQUERY that using my mind. After the idea came out, I started this project.

I gave it a fucking cool name: **MingGeJs**.

What is MingGeJs? It is a project took me a week to done and a JS library which has the same syntax, same methods and same usage with JQUERY. But MingGeJs is better than jQ in Animations, Selector and method performance. BTW, MingGeJs works with IE 6, 7 and 8 very well. Of course, you can use MingGeJs and jQUERY together.

Its name is MingGeJs while MingGe is my name. This library will remind you of me when you see its name and remind you of the fact that this library is made by **Chinese**. We have to show our skill to the world and let them know our project also good, even better than theirs.

I have not a Bachelor degree even never enter a high school. I have no any idea about English. But, it will not stop me on the road to succeed. MingGeJS has a huge and distant goal that means taking over half of users of JQUERY in the whole world. MingGeJs is an open source project that hosted in GIT, I welcome all of you to have a try!

I am MingGe. I initiative, let's give a support to Chinese-made minggeJS library as Chineses.

## minggeJS Release v1.7

**TODO**