I just start putting the code together and so new to javascript API. I run into a problems. First, Geolocate not working on Firefox at all when you click the " Locate Button"and Chrome showed close by location. Second problem is that the clear button on the text input box is not working when you try to clear the text. Only able to type the first time but noT able to clear it. So perform the search anymore. See here: http://jsfiddle.net/2Qj7X/ Got any ideas to make it to work? Thank you.
As for clearing the text from your input box, it appears that your spotlight is being placed on top of the input. You will want to change the z-index of your input container.
As for clearing the text from your input box, it appears that your spotlight is being placed on top of the input. You will want to change the z-index of your input container.