75
Views
5
Comments
Solved
Using Jquery autocomplete in reactive web app

getting the following exception

I have added a input text and on that i have added a script to  auto complete it based on some values in in the function


I have added jquery dependency also.


AutoComplete.MainFlow.Autocompletescreen.mvc.js?b9FaL0zqNYLC4qIm9Fk53Q:368 Uncaught TypeError: $(...).autocomplete is not a function
at HTMLDocument.<anonymous> (AutoComplete.MainFlow.Autocompletescreen.mvc.js?b9FaL0zqNYLC4qIm9Fk53Q:368)
at i (OutSystemsUI.jQuery.js?6UFeg3u2ti3W5L7eItUZlA:2)
at Object.fireWith [as resolveWith] (OutSystemsUI.jQuery.js?6UFeg3u2ti3W5L7eItUZlA:2)
    at ready (OutSystemsUI.jQuery.js?6UFeg3u2ti3W5L7eItUZlA:2)



AutoComplete.oml
2025-08-07 06-30-56
Amit J
Champion
Solution

Hi,

Just need to add an additional jquery library. Please check the attached OML.


AutoComplete1.oml
UserImage.jpg
Nikhileswar Lella

Thanks Amit , 


I have checked it and found the jQuery  that i have added from module -> Add dependency doesn't support complete. I have added the following scripts and tried it is working.

  "https://code.jquery.com/jquery-1.12.4.js"
"https://code.jquery.com/ui/1.12.1/jquery-ui.js"
2025-08-07 06-30-56
Amit J
Champion
2024-06-26 06-49-09
Dileep Kumar Verma

Hi Nikhileswar,

Outsystems doesn't support jQuery by default. If you want to add jQuery, you need to add external jQuery files to make support of it.

Please find the below links to get more details.

https://www.outsystems.com/forums/discussion/60780/jquery-with-reactive-web-application/

https://success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_include_a_jQuery_plugin


Dileep



2025-08-07 06-30-56
Amit J
Champion
Solution

Hi,

Just need to add an additional jquery library. Please check the attached OML.


AutoComplete1.oml
UserImage.jpg
Nikhileswar Lella

Thanks Amit , 


I have checked it and found the jQuery  that i have added from module -> Add dependency doesn't support complete. I have added the following scripts and tried it is working.

  "https://code.jquery.com/jquery-1.12.4.js"
"https://code.jquery.com/ui/1.12.1/jquery-ui.js"
2025-08-07 06-30-56
Amit J
Champion
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.