-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
jQuery Tool is a UI library.
http://flowplayer.org/tools/index.html
If I use jrails then some effects of jquery tools will not works.
eg. slide tabs.
= javascript_include_tag :default, "jquery.tools.min"
%ul.tabs
%li= link_to "first tab"
%li= link_to "second tab"
.panes
#first First tab content.
#second Second tab content.
:javascript
$(function() {
$("ul.tabs").tabs("div.panes > div", { effect: 'slide' });
});
Metadata
Metadata
Assignees
Labels
No labels