Hello,
I'm using Django and I would like to check if there are new records in queryset (which I display in table) and if there are new I would like to either update my table accordingly with fade effect or display most recent 5 records in another div/box.
I've used jquery autorefresh, but it fades in / fades out even if there are no new records available - so it shold not fade.
Please help, Thanks