Widget used in jquery themeroller?

I need to configure my website as a ready-made movie for the theme, and I don’t know about the widgets that are used in the jQuery movie, so I need details about the widgets that are used in the jquery themeroller ready, i searched a lot but no use in that . could help me with this. thanks in advance.

+4
source share
1 answer

Looks like lavoiesl did a good job collecting all the necessary files needed to create a local version of Themeroller. IMHO I would not use this tool because it is not supported in all browsers, and you will need to give all your elements specific class names.

But if you want to go with this route, you will need to download the contents of the lavoiesl repository and navigate to /themeroller/index.php and away. Get out!

FYI: after testing, I found that in the _head.php file the app_screen stylesheet is no longer available in http://jqueryui.com/themeroller/app_css/app_screen.css , this is now at: http://static.jquery.com /ui/themeroller/app_css/app_screen.css .

Here is the test page I compiled from the steps above: http://jeffreykarbowski.com/themeroller/themeroller/

Good luck

+1
source

All Articles