반응형

jQuery 2707

How to get all selected values from ? Seemed odd I couldn't find this one already asked, but here it goes! I have an html as follows: <select id="select-meal-type" multiple="multiple"> <option value="1">Breakfast</option> <option value="2">Lunch</option..

How to get all selected values from ? Seemed odd I couldn't find this one already asked, but here it goes! I have an html as follows: Breakfast Lunch Dinner Snacks Dessert How do I get all the values(an array?) that the user has selected in javascript? For example, if the user has selected Lunch and Snacks, I want an array of { 2, 4 }. This seems like it should be a very simple task but I can't ..

Development Tip 2020.09.25

Rails 4로 활성 관리자 설치

Rails 4로 활성 관리자 설치 Rails 4에 활성 관리자를 설치할 때이 오류가 발생했습니다. Bundler could not find compatible versions for gem "actionpack": In Gemfile: meta_search (>= 1.1.0.pre) ruby depends on actionpack (~> 3.1.0.alpha) ruby rails (= 4.0.0.rc1) ruby depends on actionpack (4.0.0.rc1) 다음 지침을 따릅니다. http://www.activeadmin.info/docs/documentation.html 누구든지 도와주세요. 2015 년 4 월 20 일 갱신 Rails 4 ( 공식 github 페이지 에 따르면 )의 경우..

Development Tip 2020.09.25
반응형