I have a menu in which i need to list child for a particular parent only but on click of child item the page gets refreshed and all the child gets expanded so my query is can i use
htp.p(' $(this).parent(''.parent_menu'').find(''.child_menu'').slideDown("slow");');
after
htp.p(' $(document).ready(function(){');
As when i am trying this no change is seen in behaviour. Kindly help I am new to javascript and very much new to jquery.