I am using ajax and the output is an array. I want to break it and display these value in their respective input field by the use of inner.HTML function. Please let me know how can I break it or any function in jQuery so that I could display it in html.
Array
(
[0] => Array
(
[Phone1] => 567567
[LastName] => Amuso
[Country] => Australia
[City] => Sylvania
[PostalCode2] => 228724
[PostalCode] => 2227684
[Email] => [email protected]
[State] => NSW
[City2] => Sylvania
[Country2] => Australia
[FirstName] => Fabian
[Id] => 78979
[StreetAddress1] => 2/20 Evelyn St
[Address2Street1] => 2/20 Evelyn St
)
)