Closed Vitjk closed 10 years ago
Hi, i have a form in which user can add address inputs dynamically, i want geocomplete to handle this inputs, but it doesn't
$(".geocomplete_input2").geocomplete({details: ".form-data",map: '.map_place123'});
$(".route-middle-wrapper").on("click",".add-btn",function(){ $("#rmw"+(addbtns)).after('input type="text" value="" class="login-input route-middle geocomplete_input2">
It's ok? Or there is an error in my code?
< script> $(document).ready(function(){ $("#addInput").click(function(){ $("#addInput").after(''); $(".geocomplete_input").geocomplete({ details: ".form-data", map: '.map_place123' }); }); });
it work's
Hi, i have a form in which user can add address inputs dynamically, i want geocomplete to handle this inputs, but it doesn't
$(".geocomplete_input2").geocomplete({details: ".form-data",map: '.map_place123'});
$(".route-middle-wrapper").on("click",".add-btn",function(){ $("#rmw"+(addbtns)).after('input type="text" value="" class="login-input route-middle geocomplete_input2">
It's ok? Or there is an error in my code?