Using fnGetNodes() with Jquery progressbar

Using fnGetNodes() with Jquery progressbar

koenvandammekoenvandamme Posts: 2Questions: 0Answers: 0
edited January 2012 in General
Hi everyone

I have a datatable in which I use the following JQuery plugin to replace a percentage with a bar.

[code]
$(document).ready(function() {
$("#progressbar").progressbar({
value: 80 });
});
[/code]

This works fine but only on the first page of the table. I understand I need to use .live or fnGetNodes() to get this working on all pages but I don't know how. This is probably pretty basic stuff but I am new to JQuery. Thanks for your help.

--Koen

Replies

  • koenvandammekoenvandamme Posts: 2Questions: 0Answers: 0
    I still have this problem and already lost hours googling it but I can't find a solution. I'm sure this is a breeze for those more familiar with datatables. Can nobody help me out?
This discussion has been closed.