View Single Post
08-29-2008, 03:12 AM
#6
versatiletech is offline versatiletech
Status: I'm new around here
Join date: Jan 2007
Location: Orlando, FL
Expertise:
Software:
 
Posts: 11
iTrader: 0 / 0%
 

versatiletech is on a distinguished road

Send a message via Yahoo to versatiletech

  Old

$.Ajax() docs: http://docs.jquery.com/Ajax/jQuery.ajax

in your success function use the html() or text() in the following manner:

success: function (data) {
$('#percentage-box').html(data);
}