Hi,
I have number of $ajax and $checkbox jqueries in the list one after another... they all work perfectly until I add the following line to my datatables
"language": {
"url": "../js/" + lang + ".dataTables.lang"
},
When I add this line all of the $ajax stop working except for the first one in the list... any ideas why?