Вывести json в jqueryhttp://softtime.ru/forumВывести json в jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=85000#post505429Вопрос решил: .... success: function(html){ var set = JSON.parse (html); alert ( set.title_shapka ); ...Вывести json в jquerySat, 11 Feb 2012 14:12:55 +0300OLiВывести json в jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=85000#post505426На стороне php формируется json, который возвращается: $.ajax({ type: 'POST', url: 'engine/inc/settings.php', data: ({lg : lg}), cache: false, success: function(html){...Вывести json в jquerySat, 11 Feb 2012 14:02:09 +0300OLi