Jak sprawdzić, czy wartość jest nie zdefiniowana, czy stan jQuery
if (value === undefined) {
// ...
}
Ankur
if (value === undefined) {
// ...
}