I have this jquery function
function example(file, targetwidget, callback){ $(targetwidget).load(file, {limit: 25}, function(){ $(\"#widget_acco
This should work:
$(targetwidget).load(file, {limit: 25}, callback);