Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit a78d8a3

Browse files
author
Scott Jehl
committed
tweaked the default values for rowFilter and colFilter to work with jQuery 1.8+. Fixes #9
1 parent fa7fb07 commit a78d8a3

File tree

5 files changed

+9445
-5
lines changed

5 files changed

+9445
-5
lines changed

editable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
enhance({
1111
loadScripts: [
1212
{src: 'js/excanvas.js', iecondition: 'all'},
13-
'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js',
13+
'js/jquery.js',
1414
'js/visualize.jQuery.js',
1515
'js/example-editable.js'
1616
],

filtering.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
enhance({
1111
loadScripts: [
1212
{src: 'js/excanvas.js', iecondition: 'all'},
13-
'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js',
13+
'js/jquery.js',
1414
'js/visualize.jQuery.js',
1515
'js/example-filtering.js'
1616
],

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
enhance({
1111
loadScripts: [
1212
{src: 'js/excanvas.js', iecondition: 'all'},
13-
'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js',
13+
'js/jquery.js',
1414
'js/visualize.jQuery.js',
1515
'js/example.js'
1616
],

0 commit comments

Comments
 (0)