Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created October 4, 2010 20:33
Show Gist options
  • Save crittermike/610379 to your computer and use it in GitHub Desktop.
Save crittermike/610379 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('.view-news-frontpage .views-field-title').click(function(){
$(this).next().toggle();
$(this).next().next().toggle();
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment