JAVA/Jquery
Jquery Submit 하기
왕왕왕왕
2015. 9. 22. 17:40
{
$('form').attr({
action : '../../../../ex/index.jsp',
method : 'post'
}).submit();
}