New to jquery. I'm trying to show/hide function with link, but its not working completely. is it loading problem? I need
<a href='127.0.0.1/example/1' class='show_hides1'>click me</a>
Not
<a href='javascript:void(0);' class='show_hides1'>click me</a>
have any Idea? Suppose, I stay in 127.0.0.1/example and I need to go 127.0.0.1/example/1 and steel need show/hide. both page has my hide content. how can I do that?