Hi all,
for my latest toy [1] I would really like to get the item IDs (Qxxx) for the items in the dropdown box when editing a claim that points to an item.
I can get the item IDs for the search dropdown via the link hrefs, but didn't find anything similar in the "role='menuitem'" <li>s for the edit box.
Is there a global data structure with the ID list I could access? Are the IDs attached to DOM nodes via jQuery data()? A hook I can add my function to? Or something else I could use?