jQuery type de non défini
if (typeof value === "undefined") {
// ...
}
Sergiu The Man
if (typeof value === "undefined") {
// ...
}
if (value === undefined) {
// ...
}