mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Hide labels if the related control has contents
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8826 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
21cb40f010
commit
a9d01494bc
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ jQuery(function($){
|
||||||
$label = $this.prev().stop().css('visibility','visible').animate({opacity:1, left:'5px'},'fast');
|
$label = $this.prev().stop().css('visibility','visible').animate({opacity:1, left:'5px'},'fast');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.filter('[value!=""]')
|
||||||
|
.prev().css('visibility','hide').end()
|
||||||
|
.end()
|
||||||
.end()
|
.end()
|
||||||
.parent()
|
.parent()
|
||||||
.css('position', 'relative');
|
.css('position', 'relative');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue