Sha256: 86cd4a16498b39a7577fab37591475cd839ad72313087046e6572d3e1e850e9d
Contents?: true
Size: 237 Bytes
Versions: 9
Compression:
Stored size: 237 Bytes
Contents
module JqueryUiHelper 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 end
Version data entries
9 entries across 9 versions & 1 rubygems