"f is undefined" FF Error
"f is undefined" FF Error
I'm getting an error in Firefox. The datatables works great in Safari, Chrome, and even IE, but I'm getting this error in FF - ""f is undefined - undefined"&&typeof e.saved_aaSorting=...getElementsByTagName("tfoot").length> - line 135"
It's also causing another script to on the page to stop working. You can see it here:
http://ucfc.yoogit.com/arborist-for-hire
If anyone could point me in the right direction that would be fantastic. Thanks.
It's also causing another script to on the page to stop working. You can see it here:
http://ucfc.yoogit.com/arborist-for-hire
If anyone could point me in the right direction that would be fantastic. Thanks.
This discussion has been closed.
Replies
[code]
$(document).ready(function() {
$('#arborists').dataTable( {
"sDom": '<"top"if>rt<"bottom"lp<"clear">'
} );
} );
[/code]
Allan
[code]<"top"if>rt<"bottom"lp<"clear">'[/code]
http://validator.w3.org/unicorn/check?ucn_uri=http://www.utahurbanforest.org/arborist-for-hire&ucn_task=conformance
[code]
<!--
-->
[/code]
Also I think I missed an angle bracket off my demo code - which probably won't help Firefox out...
[code]
$(document).ready(function() {
$('#arborists').dataTable( {
"sDom": '<"top"if>rt<"bottom"lp><"clear">'
} );
} );
[/code]
Allan