ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Ajax js and css - download problem
« previous
next »
Print
Pages: [
1
]
Author
Topic: Ajax js and css - download problem (Read 385 times)
STEVE
Pro Enterprise
Jr. Member
Posts: 50
Ajax js and css - download problem
«
on:
July 06, 2022, 04:00:33 pm »
Dear paramvir,
I found strange things as below. Would you help me to resolve this problem?
1. Before : use cdn
<link rel="stylesheet" href="
https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css
" />
<script src="
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
"></script>
<script src="
http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js
"></script>
2. After : download js file to local
<link rel="stylesheet" href="ajax/jquery-ui.css" />
<script src="ajax/jquery.min.js"></script>
<script src="ajax/jquery-ui.min.js"></script>
3. Findings
a. copy & paste : multi cells at once --> only one cell
b. drag & fill : smothly working --> one by one
b. speed : paste --> slow
4. Questions
a. The Web/WAS server can't use the internet at all.
b. How can I download ajax js and css files without any loss?
Best Regards,
Steve
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Ajax js and css - download problem
«
Reply #1 on:
July 06, 2022, 07:09:44 pm »
Please check and download the same working version of files.
Logged
STEVE
Pro Enterprise
Jr. Member
Posts: 50
Re: Ajax js and css - download problem
«
Reply #2 on:
July 06, 2022, 10:26:56 pm »
Thank you
It is working now.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Ajax js and css - download problem