1
1
#jquery-ui-rails
2
2
3
- [ ![ Build Status] ( https://secure. travis-ci.org/joliss /jquery-ui-rails.png ?branch=master )] ( http ://travis-ci.org/joliss /jquery-ui-rails)
4
- [ ![ Dependency Status] ( https://gemnasium.com/joliss /jquery-ui-rails.png )] ( https://gemnasium.com/joliss /jquery-ui-rails )
3
+ [ ![ Build Status] ( https://travis-ci.org/jquery-ui-rails /jquery-ui-rails.svg ?branch=master )] ( https ://travis-ci.org/jquery-ui-rails /jquery-ui-rails)
4
+ [ ![ Dependency Status] ( https://gemnasium.com/jquery-ui-rails /jquery-ui-rails.svg )] ( https://gemnasium.com/jquery-ui-rails /jquery-ui-rails )
5
5
6
6
This gem packages the jQuery UI assets (JavaScripts, stylesheets, and
7
7
images) for the Rails[ asset
@@ -45,8 +45,8 @@ Also add the jQuery UI CSS to your application.css:
45
45
Due to directory structure changes between jQuery UI 1.10, 1.11, and 1.12,
46
46
if you use version is lower than 6.0, you will have to use a different naming
47
47
for the files to require, please check following links for more information:
48
- [ for 5.0 users] ( https://github.com/joliss /jquery-ui-rails/blob/v5.0.5/README.md ) ,
49
- [ for 4.2 users] ( https://github.com/joliss /jquery-ui-rails/blob/v4.2.1/README.md ) .
48
+ [ for 5.0 users] ( https://github.com/jquery-ui-rails /jquery-ui-rails/blob/v5.0.5/README.md ) ,
49
+ [ for 4.2 users] ( https://github.com/jquery-ui-rails /jquery-ui-rails/blob/v4.2.1/README.md ) .
50
50
51
51
All images required by jQuery UI are automatically served through the asset
52
52
pipeline, so you are good to go! For example, this code will add a
@@ -132,7 +132,7 @@ application.css as well.
132
132
133
133
Datepicker has optional i18n modules for non-US locales, named
134
134
` jquery-ui/datepicker-xx[-YY] `
135
- ([ list] ( https://github.com/joliss /jquery-ui-rails/tree/master/app/assets/javascripts ) ),
135
+ ([ list] ( https://github.com/jquery-ui-rails /jquery-ui-rails/tree/master/app/assets/javascripts ) ),
136
136
for example:
137
137
138
138
``` javascript
@@ -142,7 +142,7 @@ for example:
142
142
143
143
Note that you still need to include the main datepicker module. It is not
144
144
required automatically[ for performance
145
- reasons] ( https://github.com/joliss /jquery-ui-rails/issues/9#issuecomment-6524987 ) .
145
+ reasons] ( https://github.com/jquery-ui-rails /jquery-ui-rails/issues/9#issuecomment-6524987 ) .
146
146
147
147
###Effects
148
148
@@ -231,7 +231,7 @@ The `jquery-ui-rails` gem should work in Ruby 1.8.7 apps. To run the rake
231
231
tasks, you need Ruby 1.9 however.
232
232
233
233
``` bash
234
- git clone git://github.com/joliss /jquery-ui-rails.git
234
+ git clone git://github.com/jquery-ui-rails /jquery-ui-rails.git
235
235
cd jquery-ui-rails
236
236
git submodule update --init
237
237
bundle install