Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 454 Bytes

MySource.PHP.AjaxNullComparison.md

File metadata and controls

13 lines (7 loc) · 454 Bytes

Pattern: Null comparison for Ajax request

Issue: -

Description

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.

Further Reading