1
vote
1answer
97 views

autocomplete jquery -renderItem- option

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

jQuery ui draggable-sortable List, used to Create a Gui Sql Crud-Capble Data-Driven Website application

in this JsFiddle (the link below, it's also my first JsFiddle setup , great tool!), I am trying to implement a new jQuery ui : draggable, droppable and sortable list , so this gui will be the ...
3
votes
1answer
132 views

How to improve this JavaScript implementation of a TODO manager?

I was asked to create a TODO manager using JavaScript and CSS. I did not get a good review on the code nor specific comments on how to improve it. My implementation: <html> <head> ...
7
votes
1answer
2k views

Looking for improvements on my jQuery-UI tagging widget

I am looking for any possible improvements on this tagging widget. I ask for special attention to be paid to my blur handler in the event of a autocomplete option being specified but any ...