5,669
edits
| Line 5: | Line 5: | ||
$(this).parents('.item').find('.more_text').show(); /* show the .more_text span */ | $(this).parents('.item').find('.more_text').show(); /* show the .more_text span */ | ||
}); | }); | ||
}); | |||
</script> | </script> | ||