jquery custom callbackhttp://softtime.ru/forumjquery custom callbackhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=62746#post366251РЕШЕНО: function myfunc(data, textStatus) { alert(data + ' ' + textStatus); } $.post("mails", { "type": p }, myfunc); jquery custom callbackSat, 21 Feb 2009 13:28:52 +0300_17272_jquery custom callbackhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=62746#post366240что-то я сомневаюсь что обойти это нельзя. Я пересмотрел весь исходный код, но так и не разобрался почему function(data){} работает,...jquery custom callbackSat, 21 Feb 2009 12:29:36 +0300_17272_jquery custom callbackhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=62746#post366220так устроена библиотекаjquery custom callbackSat, 21 Feb 2009 08:54:30 +0300AlexSoljquery custom callbackhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=62746#post366208Работает оно как раз как надо, но получает лишняя функция которая вызывает функцию.. "?php function c($x) { echo $x; }...jquery custom callbackSat, 21 Feb 2009 01:44:37 +0300_17272_jquery custom callbackhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=62746#post366175и каким местом $.post("mails", { "type": p }, function(data){ myfunc(data) } ); не то что надо?jquery custom callbackFri, 20 Feb 2009 22:00:37 +0300AlexSoljquery custom callbackhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=62746#post366136Не получается вызвать самодельную функцию по завершению jquery.post $.post("mails", { "type": p }, myfunc(data)); где myfunc() должна alert-ить .resposeText но,...jquery custom callbackFri, 20 Feb 2009 18:41:24 +0300_17272_