Despite my expertise in programming languages like MySQL, PHP, JavaScript, jQuery, HTML, and CSS, the current issue I am facing does not relate to any of these. It essentially comes down to three key aspects:
- Creating a menu layout with clickable link options.
- Dynamic rendering of a dropdown menu with real-time position calculations.
- Verifying if the current user's session corresponds to the owner of the clicked object.
Issue #2 poses minimal difficulty, while Issues #1 & 3 present some challenges. It is these aspects that I am struggling to comprehend fully. I understand that for Issue #3, Ajax can facilitate communication with the PHP backend to determine object ownership through unique IDs.
Regarding Issue #1, I am uncertain whether this should be implemented in PHP or defined as a JavaScript AMD module. The best approach remains unclear to me at this point.
I trust that the situation is now clearer.