Documentation Bug - jquery.dataTables.js #9997
Documentation Bug - jquery.dataTables.js #9997
kobymeir
Posts: 3Questions: 0Answers: 0
At the example in the following line there is a missing [code]});[/code] to close the [code]$(document).ready(function() {[/code]
Version 1.9.2
Version 1.9.2
This discussion has been closed.
Replies
I suppose this issue may occue in other places (seems like caused by a copy-paste)
Thanks for flagging these errors up - I've just committed fixes for them and the documentation on this site will be updated when DataTables 1.9.3 is released.
Both were syntax errors (missing end braces), slightly different in each case, so should be isolated.
Regards,
Allan
Also in the following lines:
#8676
#8686
#8707
#10021
The next line is missing a semi-colon
#8786 - missing ;
The following is not a biggy: There are a few places where the example is with [code]$(document).ready(function() {[/code]
And some places with [code]$(document).ready( function() {[/code]
(The extra space before the function)
You also have a bunch of typos:
initialisation instead of initialization (68 time)
initialise instead of initialize (29 times )
initialising instead of initializing
immediatly instead of immediately
manipule instead of manipulate
sanitise instead of sanitize
insenstive instead of insensitive
Rcalculate instead of Recalculate
minimised instead of minimized
calclated instead of calculated
behaviour instead of behavior
avaialble instead of available
fuction instead of function
excuting instead of executing
multipe
admitadly
simpiler
defered
cancelling
visibiliy
accessability
handers
storeage
insperation
decendents
incombination
coloumn
predraw
publically
datatals
readded
utilises
analyse
determinted
optimisation
acknowledgement
Customise
internationalisation
customisations
customise
internationalised
applys
favour
forst
premanent
dislay
At #2338 - scape a string stuch that it can be used in a regular expression
The sentense is unclear.
Thanks :)
Koby
One thing about some of the "typos" though:
> initialise instead of initialize
for example - I've used British spelling, not American (as I'm British :-) ). So those aren't typos, but are meant to be that way.
Allan
Regards,
Allan