Changes between Initial Version and Version 1 of Ticket #9969, comment 1
- Timestamp:
- Apr 8, 2014, 2:32:17 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9969, comment 1
initial v1 1 yes, we can clear that use this code. 2 3 {{{ 4 $("#autocomplete").val(''); 5 $("#autocomplete").autocomplete('search', ''); 6 }}} 7 8 but 'search' methods be hardly a satisfactory settlement. Because it won't search and wasteful load and response. 9 I think this one. 10 {{{ 11 $("#autocomplete").autocomplete('clear'); 12 }}} 1 * deletion: dupe comment (sorry)*