GroupRows Plugin for jQuery

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 [...]

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 [...]

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 [...]

Follow

Get every new post delivered to your Inbox.