Ruby on Rails 3.1 and jQuery UI images

前端 未结 18 1035
无人及你
无人及你 2020-12-12 11:50

I\'m using Ruby on Rails (Edge, the development version), and Ruby rvm 1.9.2.

application.js is as follows.

//= require jquery
//= requi         


        
18条回答
  •  清歌不尽
    2020-12-12 12:28

    Get the CDN hosted theme from Google:

        = stylesheet_link_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/ui-lightness/jquery-ui.css'
    

提交回复
热议问题