Search code examples
jqueryuislider

jquery slider not displayed on page


I am trying to write a page using a jquery slider but the slider will not show up on the page

I have set up a jsfiddle to demo this

http://jsfiddle.net/andieje/2WGPv/

The external resource does say the slider is listed in the jquery.ui

When i run the page itself in a browser I get this error

Uncaught TypeError: undefined is not a function index.php:59
(anonymous function)

which refers to this bit here - the first line of the jquery

 $(function() {

Many thanks for your help

Please can you advise what I am doing wrong.


Solution

  • You need to include the jQuery UI CSS as well. I updated your fiddle using the CSS theme "ui-lightness" as an example.