|
Title: jQuery-ui autocomplete doesn't work with jeasyui Post by: korenanzo on February 19, 2016, 03:57:15 AM Hi,
I need to use .autocomplete() by query-ui; I started by here http://www.jeasyui.com/forum/index.php?topic=454.msg961#msg961 and completed in this way http://jsfiddle.net/unp4vmpt/ using old versions of query-ui it's ok but using the current version it does not work. can you help? thanks, Ric Title: Re: jQuery-ui autocomplete doesn't work with jeasyui Post by: stworthy on February 20, 2016, 02:13:54 AM You can not create the jui autocomplete on the textbox component.
Title: Re: jQuery-ui autocomplete doesn't work with jeasyui Post by: korenanzo on February 22, 2016, 12:47:19 AM Can you suggest an alternative?
I am trying to do it swapping the textbook with a combobox (you answered in another thread), but Idont like it very much because it would introduce intricacy in a program already complex thanks RIc Title: Re: jQuery-ui autocomplete doesn't work with jeasyui Post by: stworthy on February 22, 2016, 01:28:15 AM Please try this example instead: http://jsfiddle.net/unp4vmpt/1/
|