When i'm trying to use spinner via several ajax requests to the same input, i can use only the first response data. I think it because of function call:
$(function() {
$('[data-trigger="spinner"]').spinner();
});
And destroy method should help with it.
When i'm trying to use spinner via several ajax requests to the same input, i can use only the first response data. I think it because of function call:
And destroy method should help with it.