My generic handler is not being called when using autocomplete,
I have this in my .aspx page.
$(document).ready(function () {
$("#test").autocomplete("Handlers/MyHandler.ashx");
}
with this files included jquery-1.4.2.min.js and jquery-ui-1.8.custom.min.js
I put a breakpoint on server never is reached, also used firebug to see if jquery is making its request and nothing, could be a bug with the plugin?