首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jquery animate动画片实例,在线预览

2012-06-30 
jquery animate动画实例,在线预览http://each.sinaapp.com/born/scriptsrchttp://code.jquery.com/jque

jquery animate动画实例,在线预览
http://each.sinaapp.com/born/

<scriptsrc="http://code.jquery.com/jquery-1.7.1.min.js"type="text/javascript"></script><script type="text/javascript">jQuery(function($) {init();});var init = function() {$("#div_message").show('slow').animate( {left : '+20px','font-size' : '+25px'}, 1000);};</script>

热点排行