Get List of jQuery UI themes - from an URL (same-origin-policy)

后端 未结 4 1693
花落未央
花落未央 2020-12-03 15:40

Does anyone know a way to get list of jQuery themes from http://jquery-ui.googlecode.com/svn/tags/1.8.23/themes/ ?

I am creating simple webpage with themes roller wh

4条回答
  •  萌比男神i
    2020-12-03 16:33

    you could have your site add a link to the style like this:

    when you click the new theme, javascript adds a link tag to the head you can replace the ui-lightness part of the link with any of the names here: http://jquery-ui.googlecode.com/svn/tags/1.8.23/themes/ hope this helps

提交回复
热议问题