Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created July 7, 2013 03:17
Show Gist options
  • Select an option

  • Save aliencode/5942138 to your computer and use it in GitHub Desktop.

Select an option

Save aliencode/5942138 to your computer and use it in GitHub Desktop.
jQuery查找附近某个元素
$('.postTitle').each(function(p){
//向后*nextAll*或向前*prevAll*
$(this).attr('data-date', $(this).nextAll('.postDesc').eq(0).text() )
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment