Showing posts with label controls. Show all posts
Showing posts with label controls. Show all posts

Sunday, October 7, 2012

Good controls

sortable plugin

uploader

jquery ui theme


app creator

app creator 2

phone gap
api

Good dragable control + color theme

dragable Control

seems that jquery color theme is good

Saturday, July 21, 2012

time picker

this jquery timepicker is quite basic.

complex type

Wednesday, June 27, 2012

Useful custom control

Tooltip control


Dropdown box selection
- Refresh issue, remember to use the below code when ajax is called. Do it when you try to refresh the current page using ajax
$("SELECT").selectBox('destroy');


Pop up control
- Pop up image only
$.modal("");




Thursday, August 18, 2011

Saturday, May 7, 2011

Ajax controls

image gallery + uploader control

image uploader control

Wednesday, May 4, 2011

Multiple upload controls

Uploadify might be your best choice, which use jquery + flash.

Some points to note on this control. If you use it in pages need authentication. Remember to remove security access for your upload.aspx, else you will encounter http 302 !!!!