ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rbinbosch on September 19, 2019, 02:23:30 pm

Title: Custom Filter Single Click
Post by: rbinbosch 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.
Title: Re: Custom Filter Single Click
Post by: paramvir 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