Don't know how to make Yoxview plugin work
I think my code is ok, but the yoxview plugin doesn't function at all.
Here's the code
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Home</title>
- <link href="../yoxview/yoxview.css" rel="stylesheet" type="text/css" />
- <link href="../css/cssdosite.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="../js/jquery.js"></script>
- <script type="text/javascript" src="../yoxview/yoxview-init.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $("#thumbnails").yoxview({
- option: 'value',
- option: 'value'
- });
- });
-
- </script>
- </head>
- <body>
- <div id="bg">
- <img src="../image/bg.gif" />
- </div>
- <div class="yoxview">
- <a href='http://vimeo.com/5604684'>
- <img src="images/items/thumbnails/geva.jpg" alt="Come Race Me" title="Geva Alon - Come Race Me" />
- </a>
- </div>
What am i missing? I'm new with this jquery stuff, so I'm pretty much lost at the moment.