You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
group :assets do
gem 'sass-rails', '> 3.2.3'
gem 'coffee-rails', '> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :development, :test do
gem 'rspec-rails', ">= 2.0.0.beta"
end
and the code snippet is:
example
$(document).ready(function(){
$("#copy-some-txt").zclip({
copy: SafeGetUrl(),
beforeCopy: function(){
alert("I am going to copy some text to your clipboard");
},
afterCopy: function(){
alert("done");
}
});
});
please help
Z
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to use the gem in my project and sadly encounter the following problems.
Tried it both in FF 18.0 and Chrome Version 24.0.1312.52 m
my gem file:
gem 'rails', '3.2.11'
gem 'sqlite3'
gem 'jquery-rails'
gem 'json'
gem 'zclip-rails'
group :assets do
gem 'sass-rails', '
> 3.2.3'> 3.2.1'gem 'coffee-rails', '
gem 'uglifier', '>= 1.0.3'
end
group :development, :test do
gem 'rspec-rails', ">= 2.0.0.beta"
end
and the code snippet is:
example
$(document).ready(function(){
$("#copy-some-txt").zclip({
copy: SafeGetUrl(),
beforeCopy: function(){
alert("I am going to copy some text to your clipboard");
},
afterCopy: function(){
alert("done");
}
});
});
please help
Z
The text was updated successfully, but these errors were encountered: