Tag Archives: tutorial

A quick digression about the constructor property in Javascript

When i think about the constructor, i think about the function called when a class is instantiated. Well, that is true about Java but i would like to write about the constructor in Javascript. For me is a challenge write … Continue reading

Posted in Javascript, Programming | Tagged , , , | Leave a comment

jPaginator as paginator for the jQuery Datatable plugin

Recently, at work,  i had to include the jPaginator as default paginator for the jQuery Datatable . The way to add a custom paginator to the Datatable is really clean: you can write your own paginator as stand alone module … Continue reading

Posted in Javascript, jQuery, My code, Programming | Tagged , , , , , | Leave a comment