728x90 jQuery2 [jquery] horizontal scrolling using mousewheel event $('#target').on('mousewheel', function(evt) { evt = window.event || evt; var delta = Math.max(-1, Math.min(1, (evt.wheelDelta || -evt.detail))); this.scrollLeft -= (delta * 30); // scroll speed : 30 evt.preventDefault(); }); 2021. 12. 10. [jquery] autocomplete ■ 참조 1. JQuery UI - Autocomplete jqueryui.com/autocomplete/ Autocomplete | jQuery UI Autocomplete Enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering. The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for progr jqueryui.com 2. autocomplete with id and value (youtube).. 2020. 11. 13. 이전 1 다음 반응형