replaceWith1 jquery replaceWith html 태그 변경 개발하다 input을 select로 서로 변환 시켜줘야 하는 상황이 발생했다. 평소처럼 둘다 만들어서 show/hide하기에는 연관되는 작업들이 많아서 다른방법이 없을까 찾아보다 replaceWith 라는 기능이 있어서 포스팅 한다. 공식 api : http://api.jquery.com/replacewith/ 사용법은 공식 api에도 잘나와 있지만 1. $(변경될 element selector).replaceWith(변경될 element html); 2. $(변경될 element selector).replaceWith(function(){ return $('',attribute) }); ex ) $('#abc').replaceWith("M"); $('#abc').replaceWith(function().. 2019. 3. 19. 이전 1 다음