본문 바로가기

아기 침대 대여 리틀베이비 - (3개월 7만원, 피톤치드 소독, 카드 결제 가능) http://www.littlebaby.co.kr/shop/goods/goods_view.php?&goodsno=966&category=003001 베이이비월드 - (3개월 6만원, 카드결제가능) http://ibabyworld.kr/product/detail.html?product_no=72&cate_no=4&display_group=1 베이비온 - (3개월 7만원, 피톤치드 소독, 카드 결제 가능) http://baby-on.co.kr/shop/main/index.php
하이브리드 앱 개발하기 – Ionic back button 앱 종료 in app.js $ionicPlatform.registerBackButtonAction(function (event) { var viewName = $location.path().split('/')[2]; if(viewName == "selectAcademy"){ //마지막 위치 viewname if (BackButton == 0) { BackButton++; $cordovaToast.show("\"뒤로가기\" 버튼을 한 번 더 누르면 앱이 종료됩니다.", 2000 , "bottom"); $timeout(function() { BackButton = 0; }, 2500); } else { navigator.app.exitApp(); } } else { BackButton = 0; $ionicHistory.goBack()..
Google chrome 에서 localhost Ajax CORS 발생시 localhost로 웹 개발 시 Ajax 호출시 CORS 가 발생하기도 하는데 이를 해결하는 간단한 방법이 있는데요. 구글 확장기능 검색 창에서 "Allow-Control-Allow-Origin" 검색 설치 후 크롬 메뉴바에서 손쉽게 on/off 할 수 있습니다.
android studio 에서 Genymotion plugin 설치 기본 가상디바이스보다 구동이 훨씬 빨라 지니모션을 연동해서 많이 쓴다. 자료 차원에서 포스팅합니다. 1. File > Settings > Browser Repositories 2. genymotion 검색 > Install 클릭 3. android restart 클릭> restart 4. 지니모션 plugin 이 정상적으로 설치 됐는지 확인 5. 지니모션 실행 6. Add 클릭 7. 목록 중에 테스트할 디바이스 선택 8. 추가한 디바이스를 선택하고 Start 를 누면 가상 디바이스가 실행됩니다. 9. 실행된 가상디바이스를 확인합니다. 10. android studio 에서 run app 을 클릭하고 Genymotion 에서 구동중인 디바이스 정보가 목록에 보이는지 확인합니다. 11. OK를 클릭하면 Ge..
[validate] 예제 js include html 아이디 비밀번호 로그인 js code $(function () { $('#loginForm').validate({ debug: false, onfocusout: false, rules: { LoginId: { required: true, rangelength: [2, 20] }, Password: { required: true, rangelength: [2, 20] } }, messages: { LoginId: { required: '아이디를 입력하세요.', rangelength: $.validator.format('{0}자 내로 입력하세요.') }, Password: { required: '비밀번호를 입력하세요.', rangelength: $.validator.format(..
CORS 해결방법 web.config 에서 추가 ..
Div 전체 Disabled jQuery 1.6 이상 $("#Div").find("input, select, button, textarea").prop("disabled",true);
Ajax.beginForm 이 작동하지 않을때 VS2013 기준 TOOLS > NuGet PakageManager > Manage NuGet Pakages for Solution... > Installed pakages 에서 "Miscrosoft jQuery Unobtrusive Ajax " 설치 유무 확인하세요. 없으면 Online 탭에서 검색 후 설치하세요. BundleConfig.cs public class BundleConfig { // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBu..