I am having an issue with the form plug in i cant access my ajax json 
response data.

$(function(){
    $('#ticket-form').ajaxForm({
        dataType: "json",
        success: function(data){
            alert(data.event);
        }
    });
});

my responce"

{"event":"editSuccess","msg":"w00t refresh"}



I cant seem to access event  it just spits out the whole damn string :@

Jason Y
www.purepressure.com

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to