html数据
<div id="flexdiv" class="resizable-ui">
<div> etc layer .. </div>
<table class='flexme1'>
...
</table>
</div>
jQuery数据
var width = $(div).width(),
height = $(div).height()-100;
$('.flexme1').flexigrid({
width: width,
height: height,
resizable: false,
singleSelect: true});
$(div).resize(function() {
var width = $(div).width(),
height = $(div).height() -20;
$('.flexme1').flexigrid({height:height,width:width,striped:false});
});
它不工作我不知道它是什么问题帮助我角度!!!!!!!!!!!!!!!请..