Colored By Color Scripter™123456789101112131415 $(function(){ //모바일 브라우저 문자열 체크 var mobileInfo = new Array('Android', 'iPhone', 'iPod', 'BlackBerry', 'Windows CE', 'SAMSUNG', 'LG', 'MOT', 'SonyEricsson'); for (var info in mobileInfo){ if (navigator.userAgent.match(mobileInfo[info]) != null){ /* */ var mobileBanHtmlSrc = ""; $(".infoChangeDiv").html(mobileBanHtmlSrc); // 모바일 수행 break; } }
facebook 퍼가기 unctionName(title){ var link = document.location.href; window.open("http://www.facebook.com/share.php?u="+encodeURIComponent(link)+"&t="+encodeURIComponent(title),'',''); } twitter 퍼가기 sendTwitter(title){ var link = document.location.href; window.open("http://twitter.com/share?url="+encodeURIComponent(link)+"&text="+encodeURIComponent(title),'',''); } https://developers.facebook.com..
2015.06.03 추가 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 var geocoder; var map; function initialize() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(37.5665, 126.9780); var mapOptions = { zoom: 12, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP } map = new google.map..
오랜만에 적는다. 요새 좀 바쁘고 반복 작업을 하느라..따로 정리해놓은게 많이 부족해지는 것 같다.이번엔 구글에서 제공해주는 구글지도 연동 관련된 내용을 정리해봤다. Colored By Color Scripter™123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
2013.05.22 var addr_url = "/Share/menuInfoTestAjax.asp?fact=detail&menuPkId="+value; var xmlHttp = createXMLHttpRequest(); xmlHttp.open("GET", addr_url, true); xmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;charset=euc-kr"); xmlHttp.setRequestHeader("Pragma", "no-cache"); xmlHttp.send(null); xmlHttp.onreadystatechange = function() { if(xmlHttp.readyState == 4 ) { if(..
.data() jQuery : .data( key ) - 값 세팅하기 .data( key, value ) - 값 저장하기[출처] [jQuery] .data()|작성자 렌보 .data는 위와 같은 기능이 있다. 따라서 현재 temp 같이 key,value로 저장하게 되면 화면에서 맵형식이 생기는 것이다.처음에 가져온 태그를 변수에 저장 시킨뒤 원래 있던 내용은 삭제 시킨다. (하위 태그 들)이후에 변수에 담은 태그를 이용해서 그리드를 만드는 것이다. *//* ajax json 호출 */ function getJson(){ $.ajax({ type: "post", url: "sample_json.html", data: "", dataType: "json", success: function(json){ //a..
- Total
- Today
- Yesterday
- jstl foreach
- java 특정문자 갯수구하기
- POI EXCEL
- java 설정
- POE Excel 만들기
- spring property
- java calendar
- jstl split
- github image 첨부시 주의할점
- JSTL
- JSP 세션
- java 압축 풀기
- java 폴더구조 구하기
- jstl 커스텀 태그
- Database#transaction
- 코루틴
- 전자정부프레임워크 tiles
- spring ExcelView
- java 설치
- coroutine
- MyBatis 팁
- Kotlin
- mybatis Merge
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |