Issue with Tags in jquery

This code has stopped working.

`<div class="mri-grid-item event " onclick="window.location.href='{Field url}'">`

The FIELD URL is not replaced any more.

If I use

<div class="mri-grid-item event " data-href="{Field url}">

and an “external” click function all works fine.

Solved as there is another way to get that solved see → Issue with paged loops - #2 by PolarRacing

1 Like