I am receiving back values from google maps, the values returned are correct although I would prefer them to return in a different format.
*** Code *** value = jQuery(".google_impnote").next("b").text(); value returns back a resault like so ValuesValuesTest I need to return the values to be something I can split later to an array for instance Values_Values_Test I am sending the value via the url through ajax to a php script that then decifers the results and sets prices to the values if the exist. Can someone please get help me out with the functions I require to make the above return back correctly.