Pattern: Null comparison for Ajax request
Issue: -
Ensures that values submitted via JS are not compared to NULL
.
With jQuery 1.8, the behavior of Ajax requests changed so that null values are submitted as null= instead of null=null.
Pattern: Null comparison for Ajax request
Issue: -
Ensures that values submitted via JS are not compared to NULL
.
With jQuery 1.8, the behavior of Ajax requests changed so that null values are submitted as null= instead of null=null.