0
我需要根據來自jQuery post的Javascript變量設置表格的寬度。jQuery post返回變量
$.post("get.php", {this: 'that'}, function(data){
var width = data // eg '300'
? set table width to 'width'
我是新當談到jQuery的,我知道如何設置返回到一個div標籤,但我猜那也不會幫助我在這種情況下。