How to set title attribute on pagination buttons (using jQueryUI)

How to set title attribute on pagination buttons (using jQueryUI)

hrubenhruben Posts: 1Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
Hi,

I use jQueryUI and two_button pagination. After upgrading from 1.8.2 to 1.9.4, the pagination buttons still don't show the 'sNext' and 'sPrevious' texts. They look exactly as before: a button with rounded corners and a jQuery arrow icon.
This is not what I expected, but it's perfectly ok. But for some reason, they don't show a tooltip anymore. I cannot even find the translated "sNext" and "sPrevious" strings anywhere in the page's source code.

If I set "bJQueryUI":false, the buttons show up as expected, but that is not what I want.

If anyone could point me in the right direction as to why the text is not rendered, or even provide me with a solution for setting the title attribute, I'd be grateful.

Thanks, hruben
This discussion has been closed.