* use jquery to set the action when onload.

This commit is contained in:
wangchunsheng
2009-12-25 02:21:51 +00:00
parent 50352c99fb
commit 2551a297c1

View File

@@ -43,6 +43,10 @@ function switchDateFeature(switcher)
}
/* 当页面加载完毕之后调用selectNext()。*/
selectNext();
$(document).ready(function()
{
selectNext();
switchDateFeature(document.getElementById('switcher'));
});
</script>
<?php include '../../common/footer.html.php';?>