LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Implement "Learn More" Button Functionality #20

Open LittleMoonie opened 1 week ago

LittleMoonie commented 1 week ago

Description: When clicking the "Learn More" button, display additional information about the job ad (e.g., wages, place, working time) without reloading the page. Tasks: Create a JavaScript function to dynamically display detailed information. Fetch job details from the database and populate the UI. Ensure that the page does not reload (use AJAX or similar methods).