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
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.