I am using jQuery to show or hide a span. But I want the to appear in the same place as the link I click. The current code actually shows the <
to appear in the same place as the link I click. The current code actually shows the <
<
Remove the div and Set the span to display: block
Japan Close span { display: block; }
Check Fiddle