2014-02-07 76 views
-4

我想設置與autoNumeric標籤的價值,但它不設置值我試了一下這樣的jQuery的autoNumeric設置標籤

$('#lblTotal').autoNumeric(data.total); 

但不設置值沒有人用它? ?

+1

插件的另一個問題。你確定[autoNumeric](http://www.decorplanit.com/plugin/)?如果是,您是否閱讀過文檔? – Satpal

回答

1

這是我應該設定autoNumeric的價值,但我並沒有叫 'INIT'

$('#lblTotal').autoNumeric('init'); 
$('#lblTotal').autoNumeric('set', data.total); 

要用autoNumeric獲得值

$('#lblTotal').autoNumeric('get'); 
6

嘗試:

$('#lblTotal').autoNumeric('set', data.total); 

請參閱以下鏈接獲取更多信息:autoNumeric 1.9.18