jQWidgets Forums
Forum Replies Created
-
Author
-
February 15, 2022 at 4:57 am in reply to: DropDownList not populated with text file DropDownList not populated with text file #121527
Hi Peter,
I fix it by using Visual Studio and set a local web server.
Thanks again for your helpFebruary 11, 2022 at 5:33 pm in reply to: DropDownList not populated with text file DropDownList not populated with text file #121507Hello Martin,
Thanks for your reply.
There are 2 errors in the console and the file text is not loaded
Access to XMLHttpRequest at ‘file:///C:/My%20Programs/…../data/List.txt?_=1644599408348’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.GET file:///C:/My%20Programs/…/data/List.txt?_=1644599408348 net::ERR_FAILED
I browse the internet to fix it but I find nothing relevant.
May be a JQuery scripts is missing or … ?
Here they are:
<script type=”text/javascript” src=”scripts/jquery-1.12.4.min.js”></script>
<script type=”text/javascript” src=”scripts/jqxcore.js”></script>
<script type=”text/javascript” src=”scripts/jqxdata.js”></script>
<script type=”text/javascript” src=”scripts/jqxbuttons.js”></script>
<script type=”text/javascript” src=”scripts/jqxdropdownlist.js”></script>
<script type=”text/javascript” src=”scripts/jqxlistbox.js”></script>
<script type=”text/javascript” src=”scripts/jqxscrollbar.js”></script>When I execute the demos DropDownList exemple from JQuery web site, they run properly (https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdropdownlist/index.htm#demos/jqxdropdownlist/defaultfunctionality.htm)
I use Chrome
Thanks again for your help
Hi Peter,
I try to implement your advice, but how i don’t know how to consider my large json file with 1500 items to this service.
Any help ?
ThanksHi Peter,
Thanks for your reply and i give it a try to ths sample.After read API reference i not find definition about these properties
url: “http://api.geonames.org/searchJSON”,
data: {
featureClass: “P”,
style: “full”,
maxRows: 12,
username: “jqwidgets”
}
Could you explain me the meaningThanks
March 7, 2014 at 4:54 pm in reply to: filtertype: 'checkedlist' question filtertype: 'checkedlist' question #50700Thanks Peter.
As there is no API fo dynamic updating of checked list filters, is there a way to do it by coding ?Thanks
-
AuthorPosts