Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rhysdev's avatar

Livewire 3 pagination update not longer refreshing elements

Hi guys, got a little issue since upgrading to Livewire 3.

I have a page which loops through a bunch of records and uses a script $( document ).ready(function() { for each record to generate the needed chart. Since Livewire 3 the $( document ).ready(function() { no longer works apart from the initial load of the page.

Is there another way i should now be using this to re-render/generate the charts for each record on the livewire page update

Cheers in advanced.

0 likes
2 replies
rhysdev's avatar

@m7vm7v Thank you! This looks promising, but the issue i'm now getting, is that the old record IDs are still being retained, so I'm unable to reinitialise the containers by their IDs.

The script is added as per each blade view for the chart so rendered each time in the foreach paginated page.

Please or to participate in this conversation.