Hi all, i' ve written a tool that provides a “Class” function in Javascript: it is intended to be a really light copy of the MooTools’s Class function with basic features, to encourage OOP in Javascript and make the inheritance easier.
It is not really a jQuery plugin but a tool i am using with jQuery and i' ll be happy if someone will make a jQuery plugin of it.
Hi to all! I am using datatable plugin with pagination and i have tables with a huge range of pages. Instead of use the standard built in paginators (sPaginationType: "full_numbers" / "two-button") i would like to use something like that: http://remylab.github.com/jpaginator/ . I think it is really helpfull to have something like that to allow users to browse the pages easily. Do you know some plugin for datatable doing it? Thank you in advance, Luca
Hi, it is the first time i write in this forum but i often checked it to get helpfull informations.
I just would like to share a plugin i wrote; by this plugin you can add the multi selection feature on a select tag, avoiding the <ctrl> button. There are a lots of plugins to do that but they usually add a lots of additional HTML... Mine doesn't add any HTML.