H5_0017: Get Object element custom property values of elements, and acquires the attribute values

 

        // find objects by attribute value of the element
        // document.querySelectorAll("[data]").forEach(function(e) {
        //  var t = e.getAttribute("data-fire")
        // $(e.currentTarget).attr("data")
        // e.currentTarget.getAttribute("data")
        // }

Guess you like

Origin www.cnblogs.com/eliteboy/p/10958795.html