[jQuery] Help on form plugin Malsup :)

[jQuery] Help on form plugin Malsup :)

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
discuss@jquery.com
http://jquery.com/discuss/