PeterPan73

Results 7 comments of PeterPan73

Hi @kamranahmedse When will fix problem with modals in Bootstrap? Thanks.

Such good ideas, I hope it becomes a reality! Is there any chance they will pass?

Hi, did you find any solution about that?

Hi mla, Can you help me to do so by clicking on any of the results to send the form. Its possible?

Any help?

Hi aj07mm, Can you help me to do so by clicking on any of the results to send the form. Its possible?

I found it! Whiteout yours help!!! $(document).ready(function(){ $("#search").autocomplete("autocomplete.php", { selectFirst: true, minChars: 3, delay: 400, cacheLength: 10 }); $("#search").result(function(event, data, formatted) { var input = $(this); if(input.val()!=="") input.next(".searchbtn").click(); }); });