Quantcast
Channel: My jQuery related development/plugins
Browsing all 20 articles
Browse latest View live

Updated Wiki: Modal It

Introduction You can use this plugin to show a modal popup. This plugin can be applied to a button, image, etc. The modal will be repositioned to be centered in the browser window as the window size...

View Article



Updated Wiki: Log It

Introduction This plugin is intended to be used as a client-side logging tool. It allows you to log any text string that you want, at whatever point you need, in your javascript code. It automatically...

View Article

Updated Wiki: Limit TextBox

Introduction You can call this plugin without specifying any parameters and it will, by default, limit the character set to any letter (English) and the space character. Note: For people not familiar...

View Article

Updated Wiki: Is Dirty Prompt

IntroductionWARNING: this plugin will not work with AutoPostBack="true" controls. This plugin works with pages that are designed for filling in data, then clicking a submit button. Make sure to read...

View Article

Updated Wiki: Hover Control CSS

Introduction You can use this plugin to easily implement hover effects for most controls. You specify the CSS class which gets applied when a control is hovered &/or focused, and cleared when it's...

View Article


Updated Wiki: Highlight Changes

Introduction You can use this plugin to easily support (rudimentary) highlighting of controls, whenever the value changes. This applies to all input (text, checkbox, radio), textarea, and select...

View Article

Updated Wiki: Highlight And Toggle Grid Rows

Introduction You can use this plugin to add row highlighting on hover of gridview data rows, as well as provide a way to hide/show the gridview rows using a button. Note: For people not familiar with...

View Article

Updated Wiki: Expand-Collapse

Introduction You can use this plugin to provide an expandable/collapsible panel(s). It depends on a specific HTML layout (See Sample Layout as well as Notes below). Note: For people not familiar with...

View Article


Updated Wiki: Enable Control On Check

Introduction You can use this plugin to control the enabling/disabling (and optionally showing/hiding v1.1) of various controls based on checkboxes/radios being checked/unchecked. The idea is that the...

View Article


Updated Wiki: Confirm

Introduction I created this plugin because I always thought the JavaScript "confirm" function/dialog should have been defaulted to show Yes/No instead of OK/Cancel. So this plugin replaces the built-in...

View Article

Updated Wiki: Capitalize Textbox

Introduction You can use this plugin to extend a textbox (including multiline) such that the text entered will be capitalized (on blur or pressing Enter key) in three diffferent ways. Note: For people...

View Article

Updated Wiki: AjaxPopulate

Introduction You can use this plugin in three ways: You can have it call a webservice/pagemethod that returns a simple/single string value, and this string will be populated in the selector control...

View Article

Updated Wiki: AjaxCascadeDdl

Introduction [Warning: This plugin is quite involved and so please read this wiki carefully. I also suggest you pay attention to the Notes sections. I'm also open to suggestions for improvements.] This...

View Article


Updated Wiki: Up-Down TextBox

Introduction You can use this plugin to extend a textbox control to support an increase/decrease functionality, where the textbox value will be incremented/decremented based on a step you specify....

View Article

Updated Wiki: Tooltip

Introduction You can call this plugin without specifying any parameters and it will, by default, show whatever title/tooltip you've specified inside of a panel/div of your liking (styled to your...

View Article


Updated Wiki: Sum It

IntroductionWarning: this plugin will not work with AutoGeneratedColumns="True" grids, because you need to specify CSS class names for the plugin functionality. This plugin allows you to sum the values...

View Article

Updated Wiki: Read-Write QueryString

Introduction This plugin is intended to be used to read/write querystring client-side. Have you ever wanted to read a querystring value to use in your client-side code? Well this plugin will make it...

View Article


Updated Wiki: Restore Scroll Position

IntroductionNote: I don't really know how useful this plugin is; but if you're dealing with the same scenario described next it might prove helpful.You can use this plugin to maintain the scroll...

View Article

Updated Wiki: Popup Panel

Introduction You can call this plugin without specifying any parameters and it will, by default, show the panel with ID Panel1, at a top-right position relative to the textbox this plugin is applied...

View Article

Updated Wiki: Only One CheckBox

Introduction You can use this plugin to implement mutually exclusive sets of checkboxes. That is you can use a set of checkboxes where only one checkbox can be selected at a time; the benefit over...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images