minggeJS icon indicating copy to clipboard operation
minggeJS copied to clipboard

Results 100 minggeJS issues
Sort by recently updated
recently updated
newest added
trafficstars

一是起到震慑作用,二是让明哥的威信撒遍全球!

中华民族是勤劳节俭的民族,每行语句结束都敲分号的习惯,既浪费键盘寿命,又浪费开发人员的时间,是一种有百害而无一利的行为,是帝国主义为了消耗中国人民的勤劳智慧而精心设计的阴谋。 我们一定要从我做起,抵制在语句结束敲分号的行为。这样才能让我们中华民族早日屹立于世界之巅!

jQuery已经过时了 https://github.com/oneuijs/You-Dont-Need-jQuery

``` var a = {x:",}"}; alert($.toJSON(a)); ``` 转换后 内容里的 `逗号` 丢了. ![image](https://cloud.githubusercontent.com/assets/1265888/11871488/d9361698-a50a-11e5-9d94-7202adac6862.png)

![screen shot 2015-12-16 at 5 30 18 pm](https://cloud.githubusercontent.com/assets/610094/11841883/15173ff0-a43b-11e5-8d2d-cc002b821665.png)

mingge狂拽炫酷的文风成功的引起了我的注意。 看到大家的PR&Issue欢乐无比, 希望Mingge继续坚持优化,凡事都是坚持最难。 无论最终结果如何。共勉吧。

![image](https://cloud.githubusercontent.com/assets/1265888/11876650/e5205e62-a525-11e5-977a-288385f4cebd.png) ``` initEvent: function() { (this.addEvent == null || this.addEvent == null) && this.seachEvent(); }, ```

修改了一下README,保留了大部分原始内容,修改了一些自认为不好的地方

``` function callback(v){ console.log("test...", v); } $.getJSON('11.php?action=getWeather&callback=?', function(v){ console.log(1111111111, v); }); ```