Green World

반응형

jquery 꺽세 치환







  attrName = attrName.replace(/</g,'&lt;').replace(/>/g,'&gt;');


  attrDesc = attrDesc.replace(/</g,'&lt;').replace(/>/g,'&gt;');










반응형

반응형

jquery selector not







input:not([id=emp_id])










반응형

반응형

jqeury index 기능







$("#fieldListTBody").find('tr[rowIdx=new]').index($(this));//rowIdx=new인 tr들 중에서 현재 위치 반환










반응형