Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Revisions

1 of 4
The Alpha
  • 146.6k
  • 30
  • 294
  • 313

You can try this too

$(function(){
 $(".location").on('click', '.location_name', function(e){
 $(this).parent().siblings('p.blogentry').slideToggle();
 });
});​

Here is an example.

The Alpha
  • 146.6k
  • 30
  • 294
  • 313

AltStyle によって変換されたページ (->オリジナル) /