Search this site
Embedded Files
Skip to main content
Skip to navigation
Lalit Saini
Home
My Collections
Tamem
Learn with Us
Profile
Contact Us
Lalit Saini
Home
My Collections
Tamem
Learn with Us
Profile
Contact Us
More
Home
My Collections
Tamem
Learn with Us
Profile
Contact Us
Gem | Tamem
Guide :
Get an interactive splash screen to you welcome screen .
See the steps below to use in with your ruby application.
Add below lines to your gem file .
gem 'tamem'
gem 'jquery-rails'
run
bundle install
Add this into application.js file .
//= require jquery
Divide your welcome page into two sections as:-
<div id= "splash">
splash screen content
</div>
<div id = "main">
main screen content
</div>
Add the line at the bottom of the page .
<%= Tamem.splash%>
Now restart the server and then visit to your welcome page .
Click
to get it from rubygems.org .
Report abuse
Report abuse