jqPagination A jQuery pagination plugin

    jqPagination A jQuery pagination plugin

    jqPagination is a jQuery plugin that provides a newer method of pagination for your web site or application. Instead of displaying a list of page numbers like traditional pagination methods jqPagination uses an interactive ‘Page 1 of 5’ input that, when selected, allows the user to enter their desired page number.

    Minimit – A jQuery Plugin For Galleries, Slideshows Or Carousels

    Minimit – A jQuery Plugin For Galleries, Slideshows Or Carousels

    Minimit Gallery is a highly customizable Jquery plugin that does galleries, slideshows, carousels, slides… pratically everything that has multiple states.

    Using Minimit Gallery you have more time to focus on the ideation and the dynamics of your interface, all the logic functionality instead is managed by the plugin. It’s designed for advanced Javascript/Jquery programmers because you need to code all the animations and the css of the gallery.

    ALAJAX – a jQuery plugin for ajax auto form sending

    ALAJAX - a jQuery plugin for ajax auto form sending

    ALAJAX is a jQuery plugin that converts a normal HTML form into Ajax by only including the script. It sends the form by AJAX to the URL given in “action” property of the form. Also, the plugin uses the “method” property to use POST or GET method.

    Bootbox.js – alert, confirm and flexible dialogs for twitter’s bootstrap framework

    jquery alert, confirm and flexible dialogs for twitter's bootstrap framework

    I’ve been using twitter’s bootstrap framework for a number of site builds recently, mainly because it gets me from black-and-white markup to vaguely-presentable websites in a very small amount of time. Version 1.3 introduced some JavaScript plugins to complement the array of stylistic elements it already provided – notably code to invoke dialog boxes, or modals…

    jQuery Html5 Canvas Preloader

    jQuery Html5 Canvas Preloader

    Now you can preload your HTML 5 page with this nice plug in, passing data via JSON. You can customize it changing colors and style. It can preload video, audio, images and js

    jQuery colResizable – resize table columns easily

    jQuery colResizable - resize table columns easily

    colResizable is a jQuery plugin designed to enhance any kind of HTML table object adding column resizing features by dragging column anchors manually. It is tiny in size (2.8kb) and it doesn´t require any other library dependencies such as jQuery-UI or others. It is fully compatible with all major browsers(IE7+, Firefox, Chrome and Opera), and works perfectly with both percentage and pixel-based table layouts.

    Chained AJAX Selects in jQuery

    Chained AJAX Selects in jQuery

    In today’s tutorial, we will build a set of chained select elements. Selecting an option in one of them will trigger an update on the page, showing you more choices to refine your selection. We will describe the options server side with PHP, so it is easy for you to hook today’s example to a database.

    BIGrid a Fixed Rows & Fixed Columns table in jQuery

    BIGrid a Fixed Rows & Fixed Columns table in jQuery

    BI Grid is designed to present your data, especially in the reports for enterprises.The idea comes from the BI system I produced months ago. It would be able to edit data easily, drill down to details easily and ajax enabled. Other good features will be supported in the future.

    Features to be supported:

    • It has two modes: View & Edit. The edit mode enable users to edit the data in the grid through Ajax.
    • Init data by using Ajax.
    • Drill down to details by using Ajax.
    • Support JSON & XML data types.
    • Support Multi-skins.

    XML Tree with jQuery

    XML Tree with jQuery

    XMLTree is a utility for visualising and traversing XML in tree format.

    The script creates the tree from a specified XML file or from manually-fed XML. Callback functions can be specified to fire as you traverse the tree, to which are automatically passed the node you clicked, and its XPath.

    jTable A JQuery plugin to create AJAX based CRUD tables

    jTable A JQuery plugin to create AJAX based CRUD tables

    jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:

    • Automatically creates HTML table and loads records from server using AJAX.
    • Creates ‘create new record’ jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page.
    • Creates ‘edit record’ jQueryUI dialog form. When user edits a record, it updates server using AJAX and updates all cells on the table in the page.