anchor links to a certain part of article - Joomla! Forum - community, help and support
i have module on homepage lists latest articles have added.
when link clicked takes me article opens page, however, have modules towards top of page, identical on homepage, user gets confused , thinks it's same page.
is there way link scrolls article?
when link clicked takes me article opens page, however, have modules towards top of page, identical on homepage, user gets confused , thinks it's same page.
is there way link scrolls article?
hi
i googled 'on page load scroll div'
this seems answer:
http://stackoverflow.com/questions/1810 ... -page-load
you need add page.
various ways if doing (i woukd custom html module layout adding js
you might have wrap code this:
(function($) {
$(document).ready ...
}(jquery);
i googled 'on page load scroll div'
this seems answer:
http://stackoverflow.com/questions/1810 ... -page-load
you need add page.
various ways if doing (i woukd custom html module layout adding js
you might have wrap code this:
(function($) {
$(document).ready ...
}(jquery);
Comments
Post a Comment