diff --git a/docs/css/jq.css b/docs/css/jq.css index 3f0389ee..ae7e2351 100644 --- a/docs/css/jq.css +++ b/docs/css/jq.css @@ -1,6 +1,7 @@ +html { box-sizing: border-box; } +*, *:before, *:after { box-sizing: inherit; } body,div,h1 {font-family:'trebuchet ms', verdana, arial;margin:0;padding:0;} body {background-color:#fff;color:#333;margin:0;padding:0;} -*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } h1,h2 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0;} h1 {font-size:large;font-weight:400;} h2 {color:#333;font-size:small;font-weight:400;} diff --git a/docs/example-widget-output.html b/docs/example-widget-output.html index eee3c9b1..86b0e95b 100644 --- a/docs/example-widget-output.html +++ b/docs/example-widget-output.html @@ -496,6 +496,7 @@ line,value1,value2,value3
Notice in this output that the "First" and "Last" columns match the contents of the data-name attribute and not the header text:
Rank,First,Last,Age,Total,Discount,Date
+ * NOTE * The core plugin uses the data-text attribute for text extraction. If you want to use the same data for both, make the data-attributes match!