document.getElementById('new-collection-form').addEventListener('htmx:afterOnLoad', function(evt) { if (evt.detail.xhr.status >= 200 && evt.detail.xhr.status < 300) { htmx.ajax('GET', '/library/tabs/collections', { target: '#tab-content', swap: 'innerHTML' }); } });