JQuery DIV 动态隐藏和显示的方法
1. 如果在载入是隐藏: <head> [removed] function HideWeekMonth() { $(#tt1).hide(); $(#tt2).hide(); } [removed] </head> <body onLoad=HideWeekMonth()> </body> 2. 动态隐藏和显示: <!-- 能用 <input id=btnShow type=button value=<?php echo $ini_array['module.insert'];?> class=btn
下载地址
用户评论