> p.result isn’t inside elmsld.
I think Eol's expecting $('my_id').getElement('~ p.result') to be
interpreted as $('my_id').getParent().getElement('#my_id ~ p.result').I wouldn't expect it to work that way on purpose. '~ p.result' isn't a full CSS selector nor comma'd list of types, the two options listed in the docs. And you can do nextSibling() explicitly. -- Sandy
