This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2010-01-08 08:05:58 +00:00
|
|
|
$(document).ready(function(){
|
|
|
|
$.easy.navigation();
|
|
|
|
$.easy.tooltip();
|
|
|
|
$.easy.popup();
|
|
|
|
$.easy.external();
|
|
|
|
$.easy.rotate();
|
|
|
|
$.easy.forms();
|
|
|
|
$.easy.showhide();
|
|
|
|
$.easy.jump();
|
|
|
|
});
|