explode string in jquery

The split method will create an array. So you need to access the third element in your case.. (arrays are 0-indexed) You need to access result[2] to get the url You do not give us enough information to know what row is, exactly.. So depending on how you acquire the variable row you might need … Read more