I am getting this error "object doesn't support this property or method" while integrating jquery autocomplete tool with my project. If i run project alone for testing purpose without integration in my project so it works fine. when i try to integrate with
my project and debug it so it gives error during compilation time.
Make sure you are including the script references to the coed you are using before you actually use it. ie make sure your javascript or js include comes lower down on the page than the jQuery UI includes. Also look at the error console in your browser's
dev tools, check the network section too to make sure the scripts are being loaded ok.
I'm afraid I no longer use this forum due to the new point allocation system.
Member
9 Points
69 Posts
object doesn't support this property or method
Aug 29, 2014 07:28 AM|simple_fahad2005|LINK
Hi,
I am getting this error "object doesn't support this property or method" while integrating jquery autocomplete tool with my project. If i run project alone for testing purpose without integration in my project so it works fine. when i try to integrate with my project and debug it so it gives error during compilation time.
Thanks in advance
All-Star
19909 Points
2017 Posts
Re: object doesn't support this property or method
Sep 01, 2014 05:20 AM|Eileen ni - MSFT|LINK
Hi guy,
Thanks for your post.
try deleting Temporary Internet Files, History and Cookies.
1. "Delete your Internet cookies"
2. "Clear the history of websites you've visited".
3. "Delete temporary Internet files".
And then check if you add the jquery reference.
If there's anything else I can do for you regarding this matter, please feel free to post back
Best Regards,
Eileen
All-Star
37441 Points
9078 Posts
Re: object doesn't support this property or method
Sep 01, 2014 05:29 AM|AidyF|LINK
Make sure you are including the script references to the coed you are using before you actually use it. ie make sure your javascript or js include comes lower down on the page than the jQuery UI includes. Also look at the error console in your browser's dev tools, check the network section too to make sure the scripts are being loaded ok.
Member
73 Points
43 Posts
Re: object doesn't support this property or method
Sep 02, 2014 02:10 PM|Rajesh Mishra|LINK
Hi,
In addition to what is already suggested by other people here, there could be issues with jQuery UI version conflicts.
Check if you have multiple Ui library referenced on the view.
Rajesh Mishra
Senior Development Engineer