$(document).ready(function(){
	var etcCheck=true;
	$("#writeForm").validate();
	$("#domainForm").validate();
});

function checkEtc(f){
}

$(function () {
    var el = $('#solution');
    var attr = $('#category');
    
    el.selectChain({
        target: attr,
        url: 'select_chain_category.php',
    type: 'post',
        data: { ajax: true, anotherval: "anotherAction" }            
    }).trigger('change');
    

});
