[Solved] What is the equivalent of this in JavaScript? [closed]
[ad_1] $($(r).find(“.BuyPriceBox”)).find(“.PurchaseButton”).data(); Should roughly translate to r.querySelector(“.BuyPriceBox .PurchaseButton”).dataset where r is of type object (node). 60 [ad_2] solved What is the equivalent of this in JavaScript? [closed]