-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
17 lines (13 loc) · 867 Bytes
/
INSTALL
File metadata and controls
17 lines (13 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INSTALL
Add juiplus javascript files into your scripts folder
Add juiplus styles into your styles folder
If you want to run demo site please add this to the index.php, inside of example folder.
<link href="demo/demo.css" rel="stylesheet" type="text/css" />
JuiPlus css files are added
<link href="styles/jquery.juiplus.css" rel="stylesheet" type="text/css" />
<link href="styles/jquery.fcbk.css" rel="stylesheet" type="text/css" />
Add the javascript files into your page
<script type="text/javascript" language="javascript" src="javascript/jquery.js"></script>
<script type="text/javascript" language="javascript" src="javascript/jquery.juiplus.js"></script>
<script type="text/javascript" language="javascript" src="javascript/jquery.elastic.js"></script>
<script type="text/javascript" language="javascript" src="javascript/jquery.fcbkcomplete.js"></script>