JQuery

  • Touch and Swipe
    JQuery

    12 팝업 레이어

     /*20180110 비밀번호 팝업레이어 스타일 적용 추가 */ .pop-layer .pop-container { padding: 20px 25px; } .pop-layer p.ctxt { color: #666; line-height: 25px; } .pop-…

  • Touch and Swipe
    JQuery

    9 slick (슬릭) slide 적용, 화살표 및 점 꾸기기

      <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <script type="text/javascript" src="//code.jque…

  • Touch and Swipe
    JQuery

    8 원페이지 스크롤 이동

     html<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <div class="header"> <ul> <li class="on" class=&qu…

  • Touch and Swipe
    JQuery

    7 SNS 연동 설정

      http://js-socials.com/start-using/ http://js-socials.com/demos/ 데모 소스를 보고 안될 경우 아래 소스를 보고  설정 해라. <!DOCTYPE html> <htm…

  • Touch and Swipe
    JQuery

    7 자바스크립트 파일 이미지 체크, 용량 체크 Ckeditor 체크

        <div class="form-group"> <label>썸네일 이미지</label> <input type="file" name="files" id="files" class="form-control" > …

  • Touch and Swipe
    JQuery

    7 ★api무료 - ip 주소로 국가 코드 가져오기, 접속 위치에 따른 경도 위도값 가져오기, 경도 위도 좌표값으로 상세 주소 가져오기

     구글 맵은 유료이지만,다음은 무료로 사용 가능한 간단한  API 이다 [JQuery]JQuery를 이용한 접속 국가 Ip 체크   참조  : https://de…

  • Touch and Swipe
    JQuery

    6 탑으로 (top) , 맨 위로 가기 버튼 만들기, 상단으로, 탑으로,

      1.방법  html<div style="margin-bottom:2000px;"> 빈 공백 </div> <a id="topBtn" href="#">TOP</a>  css@font-…

  • Touch and Swipe
    JQuery

    6 javascript jquery toastr.js 플러그인으로 토스트 메시지 구현

     안드로이드에서는 팝업 버튼보다는 나왔다가 일정 시간이 지나면 사라지는 마치 토스터기에서 빵이 튀어나오듯 한 "토스터"를 사…

  • Touch and Swipe
    JQuery

    6 dataTable 한글 설정

        <!Doctype html> <html lang="kr"> <head> <meta charset="UTF-8"> <title>학생정보</title> <link rel=&quo…

  • Touch and Swipe
    JQuery

    5 daterangepicker 한글 설정 및 데이터 포멧 설정

     CSS <!-- Date Picker --> <link rel="stylesheet" href="https://cdn.rawgit.com/braverokmc79/Admin_Temp_LTE/master/bower_components/bootstrap-datepicker/dist/css/bootstr…

  • Touch and Swipe
    JQuery

    부트스트랩 bootstrap datetimepicker 적용하기

     CDN <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="…

  • Touch and Swipe
    JQuery

    탑으로

     css<style> /* Scroll to top ---------------------------------- */ .scrollToTop { color: #ffffff; position: fixed; bottom: 5px; right: 5px; width: 50px; height: 50px; …

  • Touch and Swipe
    JQuery

    javascript jquery toastr.js 플러그인으로 토스트 메시지 구현

     안드로이드에서는 팝업 버튼보다는 나왔다가 일정 시간이 지나면 사라지는 마치 토스터기에서 빵이 튀어나오듯 한 "토스터"를 사…

  • Touch and Swipe
    JQuery

    datatable 페이징 처리

       https://mdbootstrap.com/docs/jquery/tables/pagination/ 한글 처리직접 소스 수정 datatables.js/* * MDBootstrap integration with Datatables * Learn more: https:/…

  • Touch and Swipe
    JQuery

    jquey 테이블 만들기 라이브러리 소스

      https://pantheon.io/docs/develop/http://test-macaronics.pantheonsite.io  JavaScript로 표 셀 병합 및 분할 https://www.redips.net/javascript/table-td-merge-split/ …

  • Touch and Swipe
    JQuery

    outerHTML 함수 만들기

      <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!doctype html> <html lang="en"> &…

  • Touch and Swipe
    JQuery

    SNS 연동 설정

      http://js-socials.com/start-using/ http://js-socials.com/demos/ 데모 소스를 보고 안될 경우 아래 소스를 보고  설정 해라. <!DOCTYPE html> <htm…

  • Touch and Swipe
    JQuery

    daterangepicker 한글 설정 및 데이터 포멧 설정

     CSS <!-- Date Picker --> <link rel="stylesheet" href="https://cdn.rawgit.com/braverokmc79/Admin_Temp_LTE/master/bower_components/bootstrap-datepicker/dist/css/bootstr…

  • Touch and Swipe
    JQuery

    웹 및 앱에서 자바스크립트를 이용한 카카오 연동, 카카오 플러스 링크

     1. 카카오 개발자 에 로그인 한 후 API 를 생성해야 한다.https://developers.kakao.com/apps/216476/settings/general?platform=web  자바스크립트 API 를 이용한다…

  • Touch and Swipe
    JQuery

    https , ssl 특정페에지 인식 리다렉션

       <script type="text/javascript"> //ex) http://127.0.0.1:50/index.php?a=market //ex) http://127.0.0.1:50/index.php?a=feed //ex) http://127.0.0.1:50/…