Нова версія Add FullAjax для Joomla! (2013.11.23).
В цій версії:
->Завантажити<-
Hello,
Thank you for the plugin.
Could you please tell us how to update the page class on body tag?
currently it only shows the homepage page class on every page. unless we refresh the page.
how to update the page class without refreshing?
thank you? Karen
hi Karen, you can do something like that (if you use jquery):
FLAX.Html.onall('load', function(options){ jQuery('body').addClass('my-class'); });
Hi, ist it possible to say some links to send the output to an different container as the main component container?
Kind regards, Jan
yes, in theory you can use FullAJAX Filter feature for this. Something like:
FLAX.Filter.add({url:'/my-url', id:'my-container-id'});
Ваша пошт@ не публікуватиметься. Обов’язкові поля позначені *
Ім’я *
E-mail *
Сайт
Коментар
Можна використовувати XHTML теґи та атрибути: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Hello,
Thank you for the plugin.
Could you please tell us how to update the page class on body tag?
currently it only shows the homepage page class on every page. unless we refresh the page.
how to update the page class without refreshing?
thank you?
Karen
hi Karen, you can do something like that (if you use jquery):
Hi,
ist it possible to say some links to send the output to an different container as the main component container?
Kind regards,
Jan
yes, in theory you can use FullAJAX Filter feature for this. Something like: