[jQuery] .get returns undefined

[jQuery] .get returns undefined


Is there something wrong with this code below that would make
updatedTest return as undefined?
$.get("/test/test.cfm", { productID: productID },
function(updatedTest){
    $('#bottomHalfofThickbox').html(updatedTest);
});