<% '------------------------------------------- ' _jquery_includes.asp ' ' ASP File to be included in the setion of pages ' using jquery. ' ' Provides jquery, jquery-ui and associated style sheets ' ' Bump the global VixVerNum, in common/config.asp, to force cached ' copies to be refreshed when they have been updated %> <%If NOT bJqueryCommonLoaded Then %> <%bJqueryCommonLoaded = True%> <%' Optional parts - Vix Internal functions%> <%If bJqueryVix Then%> <%End If %> <%' Optional parts - Table to CSV converter%> <%If bCsvExport Then%> <%End If %> <%' Optional parts - Data Table support%> <%If bJqueryDataTables Then%> <%If isEmpty(sJqueryDataTablesCss) Then sJqueryDataTablesCss = "dataTables.vix.css"%> <%End If %> <%' Option parts - Form Validation%> <%If bJqueryForms Then%> <%End If %> <%' Option parts - DateTime Picker%> <%If bJqueryTimePicker Then%> <%End If %> <%' Option parts - Iframe Cancel Button%> <%If NOT isEmpty(sJqueryIformCancel) Then%> <%End If %> <%End If %>