Sunday, March 21, 2010 16:11

Posts Tagged ‘Ajax’

JQuery ContextMenu plugin

Wednesday, November 25, 2009 14:15

ContextMenu is a lightweight jQuery plugin that lets you selectively override the browser's right-click menu with a custom one of your own. Features Use multiple menus on one page Menus can be bound to multiple elements Fully stylable Assign context-sensitive callbacks you can get more information from http://agi.it/extras/CM/cm.html Thanks.

This was posted under category: Web 2.0  |  Read Full Story  |  0 Comments

AJAX Upload progress monitor

Friday, February 27, 2009 16:58

    Reference: http://www.telio.be/blog/2006/01/06/ajax-upload-progress-monitor-for-commons-fileupload-example/

This was posted under category: Web 2.0, Web MVC  |  Read Full Story  |  0 Comments
Auto Complete

Auto Complete

Wednesday, November 26, 2008 14:39

Problem Summary The user needs to enter an item into a text box which could ambiguous or hard to remember and therefore has the potential to be mis-typed. EXAMPLE: [caption id="attachment_145" align="alignleft" width="300" caption="pattern_autocomplete"][/caption] Use When The suggestions can be pulled from a manageable set of ...

This was posted under category: Team  |  Read Full Story  |  0 Comments