codeigniter_test2/user_guide/nav/user_guide_menu.js

4 lines
99 B
JavaScript
Raw Permalink Normal View History

2020-01-02 23:07:40 +07:00
window.onload = function() {
myHeight = new fx.Height('nav', {duration: 400});
myHeight.hide();
}