I want to refresh the ticket table but not reload the entire page and when there is a new ticket, a short sound will be played. Please help me, thank you.
vothuongvnp
No sounds can be played but to reload queue without reloading entire page click the Queue name at the top. In this example click “My Tickets”.
Cheers.
KevinTheJedi I want to refresh automatically not manually, b/r!
There is an automatic page refresh rate setting within your profile (Profile > Preferences > Auto Refresh Rate).
KevinTheJedi i tried it too but it refreshes the whole page, maybe ajax can do that but i haven't been able to do it yet, can you help me
Incorrect, it uses PJAX so it technically doesn’t reload the whole page; just the PJAX container.
KevinTheJedi can you give me reference code pjax, thanks
The code is open source and publicly available on GitHub. GitHub has a great search tool and even a cool code tree/glossary feature. You can search for different keywords to track down certain parts and functions within the codebase.