Front-End27 [jQuery] select option 설정 여기서 $('.select-test')는 select를 가리킨다. - index로 option에 접근하여 selected 설정하기 $('.select-test > option:eq(0)').prop('selected', true); $('.select-test > option:eq(0)').attr('selected', 'selected'); - value값으로 option에 selected 설정하기 $('.select-test').val('test'); $('.select-test > option[value="test"]').attr('selected', true); $('.select-test > option[value="test"]').prop('selected', 'selected'); Refer.. 2019. 5. 27. [Bootstrap] Modal (process) 참고사이트 https://www.bootply.com/8XI7IpZdgW https://www.bootply.com/8XI7IpZdgW www.bootply.com 2019. 5. 23. [CSS] spinner 참고 사이트 https://loading.io/spinner/ Build Yourself a Right GIF Spinner / loading.io customize and build gif, svg and css from our handcrafted beautiful spinner collection. loading.io 2019. 5. 23. [jQuery] jQuery Plugins 참고 사이트 https://www.jqueryscript.net/ Free jQuery Plugins and Tutorials - jQuery Script www.jqueryscript.net https://www.jqueryscript.net/popular/2018.html Top 100 Free jQuery Plugins 2018 | jQuery Script 02/19/2018 - Menu - 7938 Views A sticky, responsive, mobile-friendly header navigation concept that automatically shrinks itself on scroll down and features smooth scroll functionality which makes it p.. 2019. 5. 23. 이전 1 2 3 4 5 6 7 다음