<form id="proposed-{{ publication.id }}" ic-post-to="admin.php" ic-target="#admin-alert-{{ publication.id }}">
<div class="/"alert" alert-info="" alert-dismissible="" fade="" show="" "="" role="/"alert/"">
Saved.
<button type="/"button/"" class="/"close/"" data-dismiss="/"alert/"" aria-label="/"Close/"">
<span aria-hidden="/"true/"">×</span>
</button>
</div>--
You received this message because you are subscribed to the Google Groups "intercooler-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intercooler-j...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/intercooler-js/e01ebcad-2e47-4f2a-8731-edb633577bfc%40googlegroups.com.
Hi Sky,I would generally expect the CSS to be applied automatically. What style do you expect to be applied, and what do you see happening instead?The HTML snippet that you included in your email contains some weird "/"" character sequences that probably shouldn't be there. Was that just a pasting accident, or are those somehow coming from the actual HTML that the server is returning?Cheers,Justin
On Wed, Feb 12, 2020 at 5:53 AM Sky Richardson <skyr...@gmail.com> wrote:
--intercooler-js is awesome!Using ic-post-to<form id="proposed-{{ publication.id }}" ic-post-to="admin.php" ic-target="#admin-alert-{{ publication.id }}">
I receive the following response to a target div<div class="/"alert" alert-info="" alert-dismissible="" fade="" show="" "="" role="/"alert/"">
Saved.
<button type="/"button/"" class="/"close/"" data-dismiss="/"alert/"" aria-label="/"Close/"">
<span aria-hidden="/"true/"">×</span>
</button>
</div>Any suggestions on how to get the browser to render the css? Perhaps ic-on-complete and a jQuery function to re-render the element?-sky
You received this message because you are subscribed to the Google Groups "intercooler-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to interco...@googlegroups.com.