mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
Panel management related code added
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11313 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
66cdae394f
commit
a9f1bde25e
3 changed files with 57 additions and 78 deletions
|
|
@ -6,6 +6,7 @@ jQuery(function($){
|
|||
$('.x .skipNav>a').click(function(){
|
||||
$($(this).attr('href')).attr('tabindex','0').css('outline','0').focus();
|
||||
});
|
||||
/*
|
||||
// TARGET toggle
|
||||
$('.x [data-toggle]').click(function(){
|
||||
$($(this).attr('data-toggle')).toggle();
|
||||
|
|
@ -21,6 +22,7 @@ jQuery(function($){
|
|||
$($(this).attr('data-hide')).hide();
|
||||
return false;
|
||||
});
|
||||
*/
|
||||
// Tab Navigation
|
||||
var $tabbable = $('.x .x_tabbable');
|
||||
$tabbable.find('.x_tab-pane:not(".x_active")').hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue