
$(function(){
$('table').visualize({type: 'pie', height: '250px', width: '370px'});
$('table').visualize({type: 'bar', width: '370px'});
$('table').visualize({type: 'area', width: '370px'});
$('table').visualize({type: 'line', width: '370px'});
$('table td')
.click(function(){
if( !$(this).is('.input') ){
$(this).addClass('input')
.html('<input type="text" value="'+ $(this).text() +'" />')
.find('input').focus()
.blur(function(){
//remove td class, remove input
$(this).parent().removeClass('input').html($(this).val() || 0);
//update charts
$('.visualize').trigger('visualizeRefresh');
});
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
