The value of the "rel" attribute is not accepted by the W3C (x)HTML Validator:
Bad value 1 for attribute rel on element a: Not an absolute IRI.
I just replaced the 2 occurences of $(this).attr("rel") with $(this).data("weight") and use the data-attribute "data-weight" instead. Works perfectly both from a functional as from the W3C validation side.
Great plugin BTW - appreciate it a lot! ^^
The value of the "rel" attribute is not accepted by the W3C (x)HTML Validator:
Bad value 1 for attribute rel on element a: Not an absolute IRI.
I just replaced the 2 occurences of$(this).attr("rel") with $ (this).data("weight") and use the data-attribute "data-weight" instead. Works perfectly both from a functional as from the W3C validation side.
Great plugin BTW - appreciate it a lot! ^^