Module: JqueryUiHelper

Defined in:
app/helpers/jquery_ui_helper.rb

Instance Method Summary collapse

Instance Method Details

#jqueryui_css_google_cdn(theme, version = nil) ⇒ Object



2
3
4
5
# File 'app/helpers/jquery_ui_helper.rb', line 2

def jqueryui_css_google_cdn(theme, version=nil)
  version = JqueryUiThemes::JQUERYUI_VERSION unless version
  "http://ajax.googleapis.com/ajax/libs/jqueryui/#{version}/themes/#{theme}/jquery-ui.css"
end