javascript
javascript 문자열 체크
기계새
2016. 3. 22. 08:59
if ($.trim(msg)) {
alert('message exist');
return;
}