Thread Starter
Stacie
(@stacie)
This is the Javascript used:
jQuery(function() {
jQuery(“li.profile a”).click(function(e) {
jQuery(e.target).closest(“li”).find(“p”).toggle();
return false;
})
});
Thread Starter
Stacie
(@stacie)
I replaced some of the <> in the code above with {} in order to show the entire code.
Thread Starter
Stacie
(@stacie)
I replaced the <> with {} in the post above, so you could see the entire code.