
1 august 2012-11-08 18:46:36 +08:00 用名不填 密不填 成功登入 |
2 chenge OP 谢谢反馈,呵呵,漏洞。 |
3 dreambt 2012-11-08 19:39:30 +08:00 比我的提前上线了,但是不感觉很有创意呢 |
4 SAGAN 2012-11-08 19:58:49 +08:00 看到首页里的js代码我瞬间凌乱了... |
6 andy12530 2012-11-08 21:13:30 +08:00 $(document).ready(function($) { // Stuff to do as soon as the DOM is ready. Use $() w/o colliding with other libs; $('#ing_i').fadeIn(500,function(){ $('#ing_n').fadeIn(400,function(){ $('#ing_g').fadeIn(300,function(){ $('#ing_g').fadeOut(200,function(){ $('#ing_n').fadeOut(150,function(){ $('#ing_i').fadeOut(100,function(){ $('#ing_i').fadeIn(500,function(){ $('#ing_n').fadeIn(400,function(){ $('#ing_g').fadeI(300, function(){ $('#ing').fadeOut(100,function(){ $('#ing').fadeIn(100); }) }) }) }) }) }) }) }) }) }) }); |
7 andy12530 2012-11-08 21:14:00 +08:00 不支持代码高亮??还是得用Gist。 |
9 AlloVince 2012-11-08 21:29:21 +08:00 至少给一个简历的Demo让大家看看做出来是什么样,才会有人有兴趣使用 |
10 dripple 2012-11-09 08:21:31 +08:00 这个制作出的简历有些单薄。后续是否继续增加功能。 |
11 tubie 2012-11-09 10:50:30 +08:00 创建完简历预览,显示后如何返回?缺少交互。 |
12 zhy0216 2012-11-09 10:58:25 +08:00 markdown支持不完全.... 简历很容易出现列表的吧?? |
13 94smart 2012-11-09 11:55:27 +08:00 这个的使用场景是?适合什么样的人用? |
14 94smart 2012-11-09 12:24:35 +08:00 如果是为了提供快速写简历的方式,还是直接HTML可视化编辑器吧,另外提供个到Markdown DIY的切换。 |