function domManip( collection, args, callback, ignored ) {

    // Flatten any nested arrays
    args = flat( args );