Skip to content

Conflict with jQuery Tools #9

@cncolder

Description

@cncolder

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions