Append 'Read More' link to link-gallery pages

Note: Will add to all link pages it finds, so if finer control needed target page specific element e.,g

$(".cmsGallery .cmsItem").each(function(){
target=$(this).find("a").attr("href");
$(this).find(".cmsText").append('View More'); });

View in HTML to see full code.

More From This Section

e.g intro to pagebanner
Disable right-click on the site which should disable the context menu on click on android.
Replace Name with First Name and Last Name fields, but keep name field for submission. Merge First/Last to Name on change

FAQ Topics

Search for help:

> Home