Author Topic: Custom Filter Single Click  (Read 1653 times)

rbinbosch

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 10
    • View Profile
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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
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