[
{
"id":"26",
"latitude":"10.308749502342007",
"longitude":"123.88429984649656"
},
{
"id":"28",
"latitude":"10.313816172726275",
"longitude":"123.89030799468992"
}
]
I have retrieved this JSON array using a PHP script and I am looking to display an alert for the specific ID which is 26. How can I achieve this task? My current approach involves utilizing jQuery's AJAX method $.ajax
. Any guidance or assistance on this matter would be greatly valued.
Your support is anticipated and appreciated.