how to use on() event with autocomplete.
I am using below jquery code

  $(function() {
   $( ".skillsex" ).autocomplete({
     source: 'search.php'
    });
 });

but i want to use on() event with auto complete any body help me.
how to use

Recommended Answers

All 2 Replies

Excellent its working.
thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.