| jquery Programming Glossary: api.jqueryui.comjQuery UI DatePicker - Change Date Format http://stackoverflow.com/questions/1328025/jquery-ui-datepicker-change-date-format  'dd mm yy' .val More general info available here http api.jqueryui.com datepicker #option dateFormat http api.jqueryui.com datepicker.. 
 JQuery Draggable + Sortable: How to tell if item was actually added to my sortable list? http://stackoverflow.com/questions/3257925/jquery-draggable-sortable-how-to-tell-if-item-was-actually-added-to-my-sortab    Found it Sortable has an event called receive. http api.jqueryui.com sortable #event receive How I missed this in the past few hours.. 
 Returning value from confirmation dialog using JQuery UI dialog http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog 
 Looking for jQuery easing functions without using a plugin http://stackoverflow.com/questions/5207301/looking-for-jquery-easing-functions-without-using-a-plugin  from UI are posted below in correct answer by Jake. http api.jqueryui.com easings EDIT #2 It turns out that the example easing function.. 
 jQuery.easing - easeOutCubic - emphasizing on the ease http://stackoverflow.com/questions/7748617/jquery-easing-easeoutcubic-emphasizing-on-the-ease  demo page visually shows you all the easing curves... http api.jqueryui.com easings As you can see several curves are shaped similarly to.. 
 jQuery autocomplete with images http://stackoverflow.com/questions/911537/jquery-autocomplete-with-images   share improve this question   Use this for reference http api.jqueryui.com autocomplete #imageSearch .autocomplete images.php Apply pluging.. 
 Jquery sortable list won't serialize, why? http://stackoverflow.com/questions/965083/jquery-sortable-list-wont-serialize-why  serialization   share improve this question   http api.jqueryui.com sortable #method serialize If serialize returns an empty string.. 
 jQuery UI DatePicker - Change Date Format http://stackoverflow.com/questions/1328025/jquery-ui-datepicker-change-date-format 
 JQuery Draggable + Sortable: How to tell if item was actually added to my sortable list? http://stackoverflow.com/questions/3257925/jquery-draggable-sortable-how-to-tell-if-item-was-actually-added-to-my-sortab 
 Returning value from confirmation dialog using JQuery UI dialog http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog 
 Looking for jQuery easing functions without using a plugin http://stackoverflow.com/questions/5207301/looking-for-jquery-easing-functions-without-using-a-plugin  demo of all jQuery UI easing functions. Source functions from UI are posted below in correct answer by Jake. http api.jqueryui.com easings EDIT #2 It turns out that the example easing function I posted above is exactly the same as the easeInOutBack from.. 
 jQuery.easing - easeOutCubic - emphasizing on the ease http://stackoverflow.com/questions/7748617/jquery-easing-easeoutcubic-emphasizing-on-the-ease  curve but steeper faster until the ease out part. This demo page visually shows you all the easing curves... http api.jqueryui.com easings As you can see several curves are shaped similarly to 7 easeOutCubic yet are steeper on the front end. Here are.. 
 jQuery autocomplete with images http://stackoverflow.com/questions/911537/jquery-autocomplete-with-images  image associated with it.  javascript jquery autocomplete   share improve this question   Use this for reference http api.jqueryui.com autocomplete #imageSearch .autocomplete images.php Apply pluging autocomplete to all fields #imageSearch. First parameter.. 
 Jquery sortable list won't serialize, why? http://stackoverflow.com/questions/965083/jquery-sortable-list-wont-serialize-why  '#mylist' .sortable 'serialize' alert order     php jquery sortable serialization   share improve this question   http api.jqueryui.com sortable #method serialize If serialize returns an empty string make sure the id attributes include an underscore . They.. 
 |