![]() |
Static html Template - Using jqueryjquery produces animations such as the sliding icon cards on the left menu page, or the image fade effects on the Phd page.To use jquery: Include jquery in the header of your document. <script src='/inc/js/jquery.js' type='text/javascript'></script>
The following are examples of code using jquery: 1. Show/hide some contentsThis is a standard way of showing and hiding blocks on a page.Show/hide source code2. Show/hide some contents using anchorThis is a standard way of showing and hiding blocks on a page.Show/hide source code |