Search code examples
jqueryjquery-uijquery-ui-dialogjquery-ui-sortablejquery-ui-theme

jQuery UI Theme not getting applied properly


UPDATE 2 - RESOLVED:

Got it working: http://jsfiddle.net/7CvZ9/12/

Had to add some classes.

UPDATE 1

It is working a little better, because I have cleared up the resource management section of jsfiddle and only have the following resource now:

http://jsfiddle.net/7CvZ9/5/

This has fixed the dialog, but the sortables still don't seem to have a theme applied.

ORIGINAL QUESTION:

I have setup 2 basic examples in the links below to show the problem. For some reason, I can't seem to get the ui themes to work properly.

http://jsfiddle.net/7CvZ9/ and http://jsfiddle.net/7CvZ9/1/

For example, the dialog theme is messed up, and the sortable theme is not showing at all.

Not sure what I have overlooked.


Solution

  • Got it working: http://jsfiddle.net/7CvZ9/12/

    Had to add some classes.