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
»
Custom Filter Single Click
« previous
next »
Print
Pages: [
1
]
Author
Topic: Custom Filter Single Click (Read 1654 times)
rbinbosch
Pro Enterprise
Newbie
Posts: 10
Custom Filter Single Click
«
on:
September 19, 2019, 02:23:30 pm »
I tried to implement Custom Filter Single click in the Grid, initially it is not working because of the JQuery CDN reference.
So we used these CDN:-
<link rel="stylesheet"
href="
http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css
" />
<script src="
http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
"></script>
<script src="
http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js
"></script>
It worked fine in the Google Chrome and Firefox, but it is not working in Internet Explorer.
So which jQuery version CDN reference should we follow so that it should work in all the browsers.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Custom Filter Single Click
«
Reply #1 on:
September 19, 2019, 06:17:12 pm »
Any CDN ( jQuery, googleapis, cloudfare, etc ) can be used as long as correct version of jQuery/ jquery UI is used.
https://paramquery.com/pro/tutorial#topic-include
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Custom Filter Single Click