[jQuery] how to call 1 function from many buttons by passing parameters
Hey I'm new to JQuery
I have 5 divs
At a time only 1 div should be expanded the others must be hidden
I'm using the show and hide function
But I want to function parameterised to open the respective div and
hide the other which is open
How do I go about ??