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

    데이터 유효성 검사 예제 코드 - 폼 정규식 으로체크

    데이터 유효성 검사 예제 코드   (*) 항목은 반드시 입력해 주세요. ID(*):  영문, 숫자, 언더스코어(_), 하이픈(-)이 포함 3~16 문자. PW…

  • Touch and Swipe
    JQuery

    Json 파싱 배열 - 객체가 포함 될 경우 파싱 방법

    {     "potato": [{         "name": "OK",         "drink": "available",         "side": {             "potato": "takes 5min",             "sticks": "tak…

  • Touch and Swipe
    JQuery

    [동영상강의] javascript08_jquery의 개요, 다운로드 방법, 선택자(selector), 이벤트 처리 방법

    selector.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script src="../include/jquery-3.2.1.min.js"><…

  • Touch and Swipe
    JQuery

    jquery map 맵

      map.html   <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script src="http://code.jquery.com/…

  • Touch and Swipe
    JQuery

    오른쪽 고정 스크롤

      scroll.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script src="http://code.jquery.com/jquer…

  • Touch and Swipe
    JQuery

    글꼴 사이즈 조절

    font.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script type="text/javascript" src="http://code.jquery.com/jquery-3.2.1.min.js"></script>…

  • Touch and Swipe
    JQuery

    이미지 돋보기처럼 확대

    이미지 확대 magnify.html   <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Insert title…

  • Touch and Swipe
    JQuery

    이미지 드래그

      이미지 드래그   drag.html     <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&g…

  • Touch and Swipe
    JQuery

    [동영상강의] javascript09_jquery(이벤트 처리, 애니메이션 효과, jquery 플러그인)

    append_remove.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script src="http://code.jquery.com/jquery-3…

  • Touch and Swipe
    JQuery

    Jquery 클릭이벤트로 동시에 행 삭제

    .   <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!DOC…