[Moderator successfully moved from The Lounge to JavaScript .]
Dear Good People,
I have a page that contains 2 or more components in a parsys/drag drop component area.
For example component date_event period that contains only 2 nodes which are :
- node start date (datepicker)
- node end date (datepicker)
in the file date_event.js within in component date_event, i retrieve those both nodes and return it.
then I have other component that want to retrieve node start date & end date from date_event component, but i got stuck while working on it.
So i need help how to figure it out?