- Posts: 12
- Thank you received: 3
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n);
}
function searchLocations()
{
if(fix_jquery)
jQuery.noConflict();
var address = $('addressInput').value;
if(isNumeric(address)) {
var address = 'AU ' + address;
}
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Copyright © 2022 Sysgen Media LLC · Sysgen Media® is a registered trademark of Sysgen Media LLC