Hello Gavin,
Gavin Smith writes:
> On 4/2/19, Mathieu Lirzin wrote:
>>> I suggest trying just a simple "id selector":
>>>
>>> res = elem.querySelector("#" + linkid);
>>>
>>> This should work on any element with a match 'id' attribute.
>>> I'd like us to get away from using element fo
On 4/2/19, Mathieu Lirzin wrote:
>> I suggest trying just a simple "id selector":
>>
>> res = elem.querySelector("#" + linkid);
>>
>> This should work on any element with a match 'id' attribute.
>> I'd like us to get away from using element for link definitions.
>> For example (if we ca