Posts by fmmf • 1 point
1 post
-
0
votes2
answers752
viewsA: Toggle between hiding/displaying Ivs from links
You also have the option to user this script: $("#btn_grafico").hide(); $("#Div").click(function(){ $("#a_links").toggle(); });
1 post
0
votes2
answers752
viewsYou also have the option to user this script: $("#btn_grafico").hide(); $("#Div").click(function(){ $("#a_links").toggle(); });