jquery click remove key from array code example Example: jquery remove array element by key var obj = { key: "value" }; delete obj["key"];