This would easier to answer if you stated your question a little
clearer. But i think you are asking what you need to get the code placed
as your question to slide down. If that the case then:
$(".toggle_container:first").slideDown();
if you need it to slide differently then you might have to use the jquery animate function.
- Adam
clearer. But i think you are asking what you need to get the code placed
as your question to slide down. If that the case then:
$(".toggle_container:first").slideDown();
if you need it to slide differently then you might have to use the jquery animate function.
- Adam