$(document).ready(function() {
$(".entitylist.entity-grid").on("loaded", function() {
....
}
}
But when I try the new moden lists it's not calling the Javascript , I also saw that the new list is a react componant that loads as a set of div elements , I cannot figure out a way to call the JS inside the lists !