search for: fndraw

Displaying 1 result from an estimated 1 matches for "fndraw".

Did you mean: undraw
2013 Jan 22
1
rails datatables refresh javascript
...e itself. Here''s my code: app/assets/javascripts/comments.js.coffee [code] jQuery -> $(''#comments_id'').dataTable sPaginationType: "full_numbers" bJQueryUI: true bProcessing: true setInterval(''$("#comments_id").dataTable().fnDraw()'', 1000); [/code] And here is the code that gets generated on the client side: [code] (function() { jQuery(function() { $(''#comments_id'').dataTable({ sPaginationType: "full_numbers", bJQueryUI: true, bProcessing: true...