Skip to content

Instantly share code, notes, and snippets.

@stanwilsonjr
Created January 28, 2013 23:24
Show Gist options
  • Save stanwilsonjr/4660233 to your computer and use it in GitHub Desktop.
Save stanwilsonjr/4660233 to your computer and use it in GitHub Desktop.
buzztown parials
---------- returned partial ----------
< div class='list'>
<ul>
<li>sdfsdf</li>
</ul>
</div>
<div class="pagintation">
...
</div>
-----------------------------------
var allHTML;
var list = $(allHTML).find('.list');
var pages = $(allHTML).find('.pagination');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment