decoding jquery json data in php
- by Mac Taylor
hey guys recenlty i made a script to move objects and save the orders
now i have a little to do to finish this script
everything works fine , just one question :
how can i save not numeric data in my json script
this is my script :
function updateWidgetData(){
var items=[];
$('.widget-title').each(function(){
var…