You could also use a try/catch clause

try {
    $('#id').tableSorter();
} catch(err) {
    // do something else or nothing
}

Bernd

Reply via email to