| Current Path : /var/www/element/data/www/proverki.net/articles_client/files/js/ |
| Current File : /var/www/element/data/www/proverki.net/articles_client/files/js/script.jq.js |
$(document).ready(function(){
$("#showform").click(function() {
$("#form").slideToggle().addClass('form');
});
});