전체검색 결과

본문 바로가기

전체검색

a 전체검색 결과

게시판 - 1/ 게시물 - 41 / 1 페이지 열람 중

'Jquery Reference' 게시판 내 결과
  • [jQuery] 확인 창(confirm), 페이지 이동(location.replace)

    Yes, No 확인 창 : confirm('메세지 입력');페이지 이동 : location.replace('이동할 페이지');$(document).ready(function(){ $('#Btn').click(function() { var result = confirm('Are you sure you want to do this?'); if(result) { //yes location.replace('index.php'); } else { …

    익명 2021-04-15 03:13:54
  • 요즘 좀더 조명하게된다 Jquery.AJAX

    jquery ajax 옵션을 정리해 보고자 한다.자주 쓰는 옵션들을 포함한 전체를 포스팅 한다.근데 중간에 내용이 이해가 안되거나 테스트가 안되는 옵션들은 내용을 비워두었으니 참고하기 바란다.자주 쓰지 않는 옵션들이 생각보다 많네...jquery ajaxaccepts(default:dependsondataType)Type:PlainObject키/값형태이며해더에포함한다.어떤종류의응답을받아들일지서버에알려주는역할을한다.async(default:true)Type:Boolean기본적으로비동기요청을하도록한다.동기요청이필요하면값을false로설정…

    익명 2020-09-03 02:10:16
  • Jquery.Confirm Migrate from v2 to v3

    V3 introduces a lot of new features, so its not possible to make it backwards compatible with v2. Its recommended to update your plugin to v3, which is much more stable.Defining buttonsThe way you define buttons in v3 is completely changed.v2.// limited to two buttons. $.confirm({ confirmButton:…

    익명 2020-05-01 14:13:57
  • Jquery.Confirm 플러그인 Alert메세지창 적용 1

    $.alert({ columnClass: 'col-md-6 col-md-offset-3', title: "메세지 텍스트", content: "일 주말(공휴일) 예약취소는<b style='color:#ff6600'> 5일전만 가능합니다.</b><br>고객센터(예약실) <a Tel='000-0000-0000'>000-0000-0000</a></b> 번으로 문의해주세요", animation: 'rotate', closeAnimation: …

    익명 2020-05-01 13:59:08
게시판 전체검색