Hi,
a few weeks ago I used the code example from Daniel to refresh specific regions on my page with a DA.
$('div.my-region-class').each(function() {
apex.region($(this).attr('id')).refresh();
});
I added “my-region-class” to “Column CSS Classes” in all relevant regions and it was working fine until I updated to 24.1.
Now I'm getting an “Error: Syntax error, unrecognized expression: #” in the browser console and it's pointing to this code snippet. I put a small example on apex.oracle.com. As soon as you change the select list item the error is showing in the browser console.
What is changed in the JS API?