sayan801 / football-worldcup-history

social networking site(.net,c#)
1 stars 1 forks source link

facing a problem with MODAL plugin: the 1st modal disappearing automatically. #10

Open tatha-technicise opened 9 years ago

tatha-technicise commented 9 years ago

@shantu

shantu commented 9 years ago

In your code, head section includes multiple jQuery versions...To use bootstrap properly please remove other css and js files which is not being used.

shantu commented 9 years ago
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
                           <script src="https://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<link type="text/css" rel="stylesheet" href="css.css"/>
                           <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script type="text/javascript" src="script.js"></script>
tatha-technicise commented 9 years ago

my head is like following,though it not work

 <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
       <link href="css/bootstrap.min.css" rel="stylesheet">
        <!--<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>-->
         <!--<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>-->
           <script src="https://code.jquery.com/jquery.js"></script>
        <script src="js/bootstrap.min.js"></script>
       <link type="text/css" rel="stylesheet" href="css.css"/>
        <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>-->
          <!--<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>-->
            <script type="text/javascript" src="script.js"></script> 
<title> History Of World Cup Football Technicise</title>
</head>