|
8 | 8 |
|
9 | 9 | <link rel="stylesheet" type="text/css" href="../css/jquery.bsmselect.css" />
|
10 | 10 | <link rel="stylesheet" type="text/css" href="example.css" />
|
11 |
| - <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> |
12 |
| - |
| 11 | + <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> |
| 12 | + |
13 | 13 | <style type="text/css">
|
14 | 14 | form {
|
15 | 15 | width: 400px;
|
|
24 | 24 | }
|
25 | 25 | </style>
|
26 | 26 |
|
27 |
| - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script> |
28 |
| - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js"></script> |
| 27 | + <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script> |
| 28 | + <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script> |
29 | 29 | <script type="text/javascript" src="../js/jquery.bsmselect.js"></script>
|
30 | 30 | <script type="text/javascript" src="../js/jquery.bsmselect.sortable.js"></script>
|
31 | 31 | <script type="text/javascript" src="../js/jquery.bsmselect.compatibility.js"></script>
|
|
36 | 36 |
|
37 | 37 | // Initialize options
|
38 | 38 | var cities = ['Atlanta', 'Baltimore', 'Boston', 'BuenosAires', 'Calgary', 'Chicago', 'Denver',
|
39 |
| - 'Dubai', 'Frankfurt', 'HongKong', 'Honolulu', 'Houston', 'KualaLumpur', 'London', 'LosAngeles', |
| 39 | + 'Dubai', 'Frankfurt', 'HongKong', 'Honolulu', 'Houston', 'KualaLumpur', 'London', 'LosAngeles', |
40 | 40 | 'Melbourne', 'MexicoCity', 'Miami', 'Minneapolis', 'Montreal', 'NewYorkCity', 'Paris', 'Philadelphia',
|
41 | 41 | 'Rotterdam', 'SanDiego', 'SanFrancisco', 'SaoPaulo', 'Seattle', 'Seoul', 'Shanghai', 'Singapore', 'Sydney',
|
42 | 42 | 'Tokyo', 'Toronto', 'Vancouver'];
|
|
0 commit comments