You can try this too
$(function(){
$(".location").on('click', '.location_name', function(e){
$(this).parent().siblings('p.blogentry').slideToggle();
});
});
Here is an example,another example and this is different.
The Alpha
- 146.6k
- 30
- 294
- 313