This project demonstrates basic usage of jQuery and DOM manipulation.
- Use jQuery to select specific elements and apply styles.
- Move a square element to random positions on the page.
-
Include jQuery: Add this to your HTML file to include jQuery:
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>