nth

Developer

Jeff Ausura - Booyant

3rd Party (Free)

3 downloads (last 90 days)

Download

EE Version Support

  • ExpressionEngine 1.x

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

nth allows you to dynamically assign a class name to nth elements in an EE weblog.

The following example will add the class “last_one” to every 4th entry in the “some-content” weblog.

{exp:nth class=“last_one” interval=“4”}
  <ul>
  {exp:weblog:entries weblog=“some-content”}
    <li class=”{nth}”>{title}</li>
  {/exp:weblog:entries}
  </ul>
{/exp:nth}

Download nth

EE Support Downloads Add-On Version Release Date
Not Specified Download

nth Links

This entry was created July 29, 2010, 11:54 am.
This entry was last updated July 29, 2010, 4:57 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Derek Hogue 01.13.11

Derek Hogue
Rating - {addon_rating_average}

Simple and essential for floated items in a grid. Beats using unwieldily {switch} arguments.