I have a jquery toggle function that hides and shows a p tag. When there are multiple tags, I just want it to toggle the specific one the user clicks
I have a jquery function that toggles a hide and show for a p tag. in my HTML, it brings multiple different store.IDs in the results. There are specific p tags in the search for each store ID and I…