codehaven - php snippets - coding help
Generic filters
Exact matches only

Json Ajax – Basic send and receive each item

25th May 2015

Jquery - Ajax

jquery icon
Recieve (asks for data and interprets data)

Send (Creates Json Array)


[{“item1″:”Egg”,”item2″:”Celery”,”item3″:””,”item4″:””,”item5″:””,”item6″:””,”item7″:””,”item8″:””}]

Was this code snippet helpful?