Template talk:Rune overview table row
From Guild Wars 2 Wiki
Jump to navigationJump to search
Print css rows to page[edit]
$.map( $('.filter-row'), function(v){
$(v).prepend( '<td>' + $(v).attr('class') + '</td>' );
});
-Chieftain Alex
20:04, 22 August 2023 (UTC)