Demo Click here to view the demo How To Use Download $(“table”).groupRows({ groupColumn: iColumnIndex }); Options Option Type Default groupColumn Integer 0 ignoreFirstRow Boolean True columnsForGroupRow Integer Array [] Methods Name Example Purpose destroy $.groupRows.destroy(table); Remove the current groupings from the table. Description This plugin will group the rows of a table together based on [...]
All posts tagged jquery
GroupRows Plugin for jQuery
Posted by Kyle Peterson on September 1, 2009
http://codebit.wordpress.com/2009/09/01/grouprows-plugin-for-jquery/
Console 2 for Salesforce
See a more recent version of this project in the Console 3 for Salesforce post Introduction We are heavily invested in the Salesforce CRM platform where I work. We recently tried to come up with a better way for internal employees to view all the different records related to their work. This is a summary [...]
Posted by Kyle Peterson on March 18, 2009
http://codebit.wordpress.com/2009/03/18/console-2-for-salesforce/
jQuery Thumbnail Hover Popup for Greasemonkey
Demo Click here to view the demo How To Use Download $(“img”).thumbPopup({ imgSmallFlag: “_s”, imgLargeFlag: “_l” }); Options Option Type Default popupId String thumbPopup popupCSS Properties {‘border’: ’1px solid #000000′, ‘background’: ‘#FFFFFF’} imgSmallFlag String _t imgLargeFlag String _l cursorTopOffset Integer 15 cursorLeftOffset Integer 15 loadingHtml HTML <span style=”padding:5px;”>Loading</span> Description This plugin will display a thumbnail’s [...]
Posted by Kyle Peterson on February 27, 2009
http://codebit.wordpress.com/2009/02/27/jquery-thumbnail-popup-plugin-for-greasemonkey/
