Skip to content

Instantly share code, notes, and snippets.

@nathanpc
Created June 9, 2012 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanpc/2902339 to your computer and use it in GitHub Desktop.
Save nathanpc/2902339 to your computer and use it in GitHub Desktop.
Processed image-list item
<div data-bb-type="item" onclick="alert('this was clicked')" class="bb-hires-image-list-item" onmouseover="this.setAttribute('class','bb-hires-image-list-item-hover')" onmouseout="this.setAttribute('class','bb-hires-image-list-item')" x-blackberry-focusable="true"><img src="images/test.png">
<div class="details">
<span class="title">Title goes here</span>
<span class="accent-text"></span>
<div class="description">A description is welcome.</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment