December 19, 2008 • posted by KickApps
Occasionally when customizing your Kickapps site, you may need to target individual list pages (photos, blogs, videos, groups, members). Using the Ka.Util.getLocationParam utility method to get the mediaType GET parameter, you can target these individual pages. For example: if (Ka.Info.PAGE == “search/searchPage.jsp” && Ka.Util.getLocationParam(‘mediaType’) === ‘photo’){ alert(‘Photo list page!’) } The code above will [...]