Replies: 3 comments
-
any update fixing the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I need this feature too. Please help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey folks, you may check out new Preline JavaScript page here with some explanation and AJAX example https://preline.co/docs/preline-javascript.html Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
all preline js components like tabs inside a page i hide and show with ajax and append to DOM are no more working. How do i initialize preline in jquery on ajax:success
Exemple code
$(document).on('ajax:success', ".display-in-offcanvas-js", function (event) {
var detail = event.detail;
var data = detail[0].body.innerHTML, status = detail[1], xhr = detail[2];
$(".application-offcanvas-js .content").html(data);
});
data contains html with preline js components
Beta Was this translation helpful? Give feedback.
All reactions