Page 402 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 402

사용한  jquery버전
            index.html - 3.0.0
            roulette - 3.0.0

            shellgame  -  1.11.0,  jquery-ui  -  1.11.0
            slot  -  1.6.4(소스가  curcss()로  작성되었기  때문에  1.6  버전으로  작성해야함)


            bootstrap버전  -  3.3.2



            https://kysportfolio.dothome.co.kr/myproject.zip        프로젝트  소스





















            1)메인  화면


            index.html



            <!DOCTYPE  html  PUBLIC  "-//W3C//DTD  HTML  4.01  Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
            <html>


            <head>
                 <meta  charset="utf-8">
                    <meta  http-equiv="X-UA-Compatible"  content="IE=edge">
                 <meta  name="viewport" content="width=device-width,  initial-scale=1">
            //bootstrap  사용을  위한  셋팅
                 <script src="js/jquery.min.js"></script>   //jquery
                    <script  src="js/ga.js"></script>  //webiopi를  위한  라이브러리
                 <script src="webiopi.js"></script>  //webiopi
                    <script  src="swal/sweetalert.min.js"></script> //alert꾸미는  라이브러리(sweetalert)

                 <link href="swal/sweetalert.css"  type="stylesheet" /> //위와같음




                                                         -  395  -
   397   398   399   400   401   402   403   404   405   406   407