reset password
Author Message
chan9
Posts: 7
Posted 17:08 Dec 08, 2015 |

I have downloaded the jquery custom folder which includes a few .css (structure, structure.min, theme.min, theme), .js(min) which ones are we suppose to use?

4542elgh
Posts: 71
Posted 17:11 Dec 08, 2015 |

i used jquery core http://jquery.com/download/ it works fine (only one js file nothing else) 

chan9
Posts: 7
Posted 17:14 Dec 08, 2015 |
4542elgh wrote:

i used jquery core http://jquery.com/download/ it works fine (only one js file nothing else) 

sorry but which one is the core? i downloaded the compressed version

4542elgh
Posts: 71
Posted 17:15 Dec 08, 2015 |

compressed production jquery 2.1.4 this is the one i download its only one file :D

msargent
Posts: 519
Posted 17:18 Dec 08, 2015 |
There is jQuery and there is jQuery UI. You don't need jQuery UI, only jQuery.
chan9
Posts: 7
Posted 17:29 Dec 08, 2015 |

i put the jquery-2.1.4.min.js in the script tag in my html file with the correct code and it is still not displaying the tabs correctly, more like its just a regular looking list  :(

msargent
Posts: 519
Posted 17:32 Dec 08, 2015 |
chan9 wrote:

i put the jquery-2.1.4.min.js in the script tag in my html file with the correct code and it is still not displaying the tabs correctly, more like its just a regular looking list  :(

Double check the syntax. Make sure you are storing the file in the right folder, and your path is correct. Or use the CDN version (it's on the internet). See class slides or textbook or cs3 schools for how to use it. 

chan9
Posts: 7
Posted 18:31 Dec 08, 2015 |

i think i got it, thank you!