Form submit with geocomplete jquery geocoding doesn't POST latitude & longitude
问题 I am using http://ubilabs.github.com/geocomplete/ to have a form submit latitude & longitude. If I just do the trigger below it works and fills up lat & lng fields. However, when I add the submit jquery code, it submits blank fields. I know its some timing thing since I can see the fields fill up but not sent via POST. But I can't figure it out, any suggestions? <script> $(document).ready(function(){ // Area for any jQuery $("#geocomplete").geocomplete({ details: "form", types: ["geocode",