1
vote
1answer
80 views

autocomplete jquery -renderItem- option

$(function() { function log( message ) { $( "<div>" ).text( message ).prependTo( "#log" ); $( "#grille" ).scrollTop( 0 ); } $( "#my_ac" ).autocomplete({ source: ...
0
votes
0answers
70 views

What could make this jQuery Plugin Template nicer?

Or is it already well designed? I've used this for a couple years on jobs and it has been great. I love my template (especially since i made it!), but recently i've caught myself giving this great ...