标签: android checkbox
请在复选框上查看以下程序的错误。
jQuery('.alles li').mouseover(function() { var cat = '"#new-' + this.id + '"'; jQuery(cat).fadeIn(); });
所以我想要实现的是当选中复选框时,其他布局上的textview变得可见。(我已经扩展了其他布局)