摘要:
1、下拉菜单的制作方法 $('#nav .nav >li').mouseover(function(){ $(this).children('ul').show(); }).mouseout(function(){ $(this).children('ul').hide(); })2、输入框的文字提示 var tmp; $('.user').focus(function(){ tmp = $(this... 阅读全文
posted @ 2013-04-17 10:35
linksgo2011
阅读(245)
评论(0)
推荐(0)