[ad_1]
if you want to hide and show the div with id “addchild” while clicking the button with id “addbutton”:
$('#addbutton').click(function(){
$("#addchild").slideToggle();
});
5
[ad_2]
solved Toggle show/hide
element with jQuery [closed]
[ad_1]
if you want to hide and show the div with id “addchild” while clicking the button with id “addbutton”:
$('#addbutton').click(function(){
$("#addchild").slideToggle();
});
5
[ad_2]
solved Toggle show/hide