Articles

jQuery DataTables: Row selection using checkboxes

It’s not a trivial task to work with checkboxes in a table enhanced using jQuery DataTables plug-in. It’s even more complex to find a solution that would work in different scenarios: client-side processing, server-side processing, deferred rendering, etc. In this article we will try to describe universal solution to add a checkbox column to a table and allow multiple row selection using checkboxes.

Read More

MooTools and Internet Explorer: Object does not support this property or method

There are times when you get “Object does not support this property or method” error when testing scripts using MooTools under Internet Explorer 7 or 8. The most common reason is that MooTools doesn’t extend its methods to elements automatically in Internet Explorer. Also there are other less known causes for this error which are documented below as well.

Read More